https://github.com/techiediaries/angular-file-upload-progress-bar
Angular 7 File Upload and Porgress Bar Example
https://github.com/techiediaries/angular-file-upload-progress-bar
angular angular7
Last synced: 28 days ago
JSON representation
Angular 7 File Upload and Porgress Bar Example
- Host: GitHub
- URL: https://github.com/techiediaries/angular-file-upload-progress-bar
- Owner: techiediaries
- Created: 2019-03-04T01:24:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T01:34:09.000Z (over 7 years ago)
- Last Synced: 2025-07-29T03:56:44.420Z (11 months ago)
- Topics: angular, angular7
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 7 File Upload and Porgress Bar Example
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.1.
>For more details, read:
> [Angular 7 File Upload with Progress Bar Tutorial and Example](https://www.techiediaries.com/angular-file-upload-progress-bar)
In this tutorial, we'll learn how to upload files in Angular 7. For the backend we'll be using Nest.js
We'll see how to use `HttpClient` to send POST request with multipart form data which is used for file uploading. We'll also see how to use reactive forms.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).