Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
/ angular-file-upload Public archive

Creating a File Upload Component in Angular (Including Backend)

Notifications You must be signed in to change notification settings

Ndibui/angular-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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