A Material Design upload button component for Angular that supports file selection, display, and download. It integrates with Angular Forms and provides visual feedback. It also includes a pipe to read files as data URLs.
Add the package to your workspace:
yarn add @rxap/upload
Install peer dependencies:
yarn add @angular/cdk @angular/common @angular/core @angular/forms @angular/material @rxap/directives @rxap/pattern rxjs
Execute the init generator:
yarn nx g @rxap/upload:init
Initialize the package in the workspace
nx g @rxap/upload:init