Angular Form Components & Directives

Latest Free Angular.js components, directives, and modules for HTML form enhancement and manipulation.

Minimal File Select & Upload Component For Angular Material – mat-file-upload

A pretty clean and fully configurable file picker & uploader component built with Angular, Angular Material, and Material Icons. How to use it: 1. Install & download. # NPM $ npm install mat-file-upload –save @NgModule({ declarations: , imports: , providers: , bootstrap: , }) export class AppModule {} 2. Add the component to your template. <mat-file-upload OPTIONS HERE > </mat-file-upload> 3. Available options with default values. labelText: label text selectButtonText: text of select button uploadButtonText: text of upload button allowMultipleFiles: allows multi-file upload showUploadButton: whether or not to show the upload button customSvgIcon: custom SVG icon

Bootstrap Number Picker For Angular 2+

A number picker input for Angular 2+ & Bootstrap 4+. It supports the mouse wheel and the up/down keys and increases/decreases input value continuously by long tap the up/down buttons.

Angular Multiselect UI Component

This project basically focused on serving an alternative and intuitive multi-select UI. Supports out of the box virtual scrolling.

Awesome Uploader For Angular

This is an Angular Library for uploading files. It supports: File Upload and Preview (additionally preview images with lightbox), validation, image cropper , drag and drop.