/herokd

Primary LanguageJavaScript

About angular-file-upload

Angular file upload is not a plugin. it is the source code of the tutorial written for implementing file uploads using angular2 and laravel the server script was written with laravel. How to use:

  • Clone this repo and change directory into the cloned dir.
  • run npm install to install dependencies, and npm start to start the .
  • open another terminal, cd into this same directory, cd into the public/testupload folder.
  • install angular-cli if you dont already have it using npm install -g angular-cli.
  • run npm install.
  • run ng serve
  • go to localhost:4200 and test the application.