Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ogm710811/example-upload-file-angular-4-with-ng2-file-upload

Example of File upload with angular 2 and node.js
https://github.com/ogm710811/example-upload-file-angular-4-with-ng2-file-upload

angular-cli angular4 boostrap4 upload-file

Last synced: 26 days ago
JSON representation

Example of File upload with angular 2 and node.js

Awesome Lists containing this project

README

        

# File-upload-Angular4-Nodejs
Example of File upload with angular 2 and node.js

In this example, I implement File Upload using Angular 4 and Node.js.
This example comprises of two parts.
1. Back-end with NodeJS/ ExpressJS and Multer [NO COMMITTED IN THIS REPO]
2. Browser Application with Angular 2 and ng2-File-Upload