Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (23 loc) · 924 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 924 Bytes

File Upload

A File Upload Component in Angular using @ngrx/store and @ngrx/effects

file-upload

Features

  • Progressbar for upload progress file-upload-progress
  • Single/Multiple file upload support
  • Handling duplicate files file-upload-duplicate
  • Drag/Drop support file-upload-drag

Installation

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