Ng2 File Upload

screenshot of Ng2 File Upload
angular
bootstrap

Easy to use Angular components for files upload

Overview:

The ng2-file-upload is an Angular 2 library that provides easy-to-use directives for file uploads. It includes directives such as ng2-file-select for file input fields and ng2-file-drop for areas where files can be dropped. The library simplifies the process of handling file uploads in Angular 2 projects.

Features:

  • Easy to use directives: Includes directives like ng2-file-select and ng2-file-drop for handling file uploads.
  • Installation through npm: Can be easily installed using npm package manager.
  • API for file selection and drop: Provides properties like uploader object, URL, authToken, and event triggers for file selection and drop.
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.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.