https://github.com/bezkoder/angular-8-upload-multiple-images
Angular 8 Multiple Images upload example using Bootstrap with Progress Bars and FormData.
https://github.com/bezkoder/angular-8-upload-multiple-images
angular angular8 file-upload image-upload multipart multiple-file-upload upload-file upload-images
Last synced: 10 months ago
JSON representation
Angular 8 Multiple Images upload example using Bootstrap with Progress Bars and FormData.
- Host: GitHub
- URL: https://github.com/bezkoder/angular-8-upload-multiple-images
- Owner: bezkoder
- Created: 2020-07-28T01:49:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:34:10.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T13:47:44.544Z (almost 3 years ago)
- Topics: angular, angular8, file-upload, image-upload, multipart, multiple-file-upload, upload-file, upload-images
- Language: TypeScript
- Homepage:
- Size: 2.94 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 8 upload multiple Images example
For more detail, please visit:
> [Angular 8 upload multiple Images example](https://bezkoder.com/angular-8-upload-multiple-images/)
> [Angular 10 upload multiple Images example](https://bezkoder.com/angular-10-upload-multiple-images/)
Rest APIs server for this Angular Client:
> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)
> [Node.js Express File Upload with Google Cloud Storage example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/)
> [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/)
More Practice:
> [Angular 8 File upload example](https://bezkoder.com/angular-spring-boot-file-upload/)
> [Angular 8 CRUD application example with Web API](https://bezkoder.com/angular-crud-app/)
> [Angular 8 Pagination example | ngx-pagination](https://bezkoder.com/ngx-pagination-angular-8/)
> [Angular 8 Multiple Files upload example](https://bezkoder.com/angular-multiple-files-upload/)
Fullstack with Node.js Express:
> [Angular 8 + Node.js Express + MySQL](https://bezkoder.com/angular-node-express-mysql/)
> [Angular 8 + Node.js Express + PostgreSQL](https://bezkoder.com/angular-node-express-postgresql/)
> [Angular 8 + Node.js Express + MongoDB](https://bezkoder.com/angular-mongodb-node-express/)
> [Angular 8 + Node.js Express: JWT Authentication & Authorization example](https://bezkoder.com/node-js-express-angular-jwt-auth/)
Fullstack with Spring Boot:
> [Angular 8 + Spring Boot + MySQL](https://bezkoder.com/angular-spring-boot-crud/)
> [Angular 8 + Spring Boot + PostgreSQL](https://bezkoder.com/angular-spring-boot-postgresql/)
> [Angular 8 + Spring Boot + MongoDB](https://bezkoder.com/angular-spring-boot-mongodb/)
> [Angular 8 + Spring Boot: File Upload example](https://bezkoder.com/angular-spring-boot-file-upload/)
> [Angular 8 + Spring Boot: JWT Authentication & Authorization example](https://bezkoder.com/angular-spring-boot-jwt-auth/)
Fullstack with Django:
> [Angular 8 + Django Rest Framework](https://bezkoder.com/django-angular-crud-rest-framework/)
> [Angular 8 + Django + MySQL](https://bezkoder.com/django-angular-mysql/)
> [Angular 8 + Django + PostgreSQL](https://bezkoder.com/django-angular-postgresql/)
Serverless with Firebase:
> [Angular 8 CRUD with Firebase Realtime Database](https://bezkoder.com/angular-8-firebase-crud/)
Integration (run back-end & front-end on same server/port)
> [How to Integrate Angular 8 with Node.js Restful Services](https://bezkoder.com/integrate-angular-8-node-js/)
> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-spring-boot/)
## Development server
Run `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`. 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).