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:
Example :yarn add @rxap/uploadInstall peer dependencies:
Example :yarn add @angular/cdk @angular/common @angular/core @angular/forms @angular/material @rxap/directives @rxap/pattern rxjs Execute the init generator:
Example :yarn nx g @rxap/upload:initExample :Initialize the package in the workspace
nx g @rxap/upload:init