Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ogm710811/example-upload-file-angular-4-with-ng2-file-upload
- Owner: ogm710811
- Created: 2018-01-21T05:41:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T05:58:46.000Z (about 7 years ago)
- Last Synced: 2024-11-15T02:33:40.260Z (3 months ago)
- Topics: angular-cli, angular4, boostrap4, upload-file
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File-upload-Angular4-Nodejs
Example of File upload with angular 2 and node.jsIn 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