Ng Flow

screenshot of Ng Flow
angular

Flow.js html5 file upload extension on angular.js framework

Overview:

Ng-flow is a Flow.js extension designed for the Angular.js framework, requiring no 3rd party dependencies. It offers various features for handling file uploads and interactions seamlessly. The library provides a simple and efficient way to implement file uploading in Angular applications.

Features:

  • No 3rd Party Dependencies: Ng-flow does not require any external JavaScript libraries to function.
  • Easy Installation: Simple installation process with options for direct download, NPM, Bower, or Git clone.
  • File Upload Management: Provides directives for managing file uploads, displaying uploaded files, and setting options for Flow.js.
  • Drag and Drop Functionality: Allows users to drop files with directives like flow-drop and flow-prevent-drop.
  • Event Handling: Offers event handling capabilities to capture various events during the file upload process.
  • Support for Older Browsers: Provides support for older browsers through the integration with fusty-flow.js.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.