Minimal File Select & Upload Component For Angular Material - mat-file-upload
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: [AppComponent], imports: [ ... MatFileUploadModule, ... ], providers: [], bootstrap: [AppComponent], }) export class AppModule {}
View On WordPress















