A File Upload Component in Angular using @ngrx/store and @ngrx/effects
- Progressbar for upload progress
- Single/Multiple file upload support
- Handling duplicate files
- Drag/Drop support
You'll first need to run the node
server. Navigate to the server folder then run npm install
to load dependencies for the app.
Once, done run the code below to start the server.
node server
It should show Server Started! after this.
Next, we need to navigate to our angular app, and then run npm install
to load dependencies for the app.
Once, done run the code below to start the app.
ng serve -o