|
3 | 3 | For more detail, please visit:
|
4 | 4 | > [Angular 8 upload multiple Images example](https://bezkoder.com/angular-8-upload-multiple-images/)
|
5 | 5 |
|
6 |
| -Spring Boot server for this Angular Client: |
| 6 | +> [Angular 10 upload multiple Images example](https://bezkoder.com/angular-10-upload-multiple-images/) |
| 7 | +
|
| 8 | +Rest APIs server for this Angular Client: |
| 9 | +> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/) |
| 10 | +
|
| 11 | +> [Node.js Express File Upload with Google Cloud Storage example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/) |
7 | 12 |
|
8 | 13 | > [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/)
|
9 | 14 |
|
| 15 | +More Practice: |
| 16 | +> [Angular 8 File upload example](https://bezkoder.com/angular-spring-boot-file-upload/) |
| 17 | +
|
| 18 | +> [Angular 8 CRUD application example with Web API](https://bezkoder.com/angular-crud-app/) |
| 19 | +
|
| 20 | +> [Angular 8 Pagination example | ngx-pagination](https://bezkoder.com/ngx-pagination-angular-8/) |
| 21 | +
|
| 22 | +> [Angular 8 Multiple Files upload example](https://bezkoder.com/angular-multiple-files-upload/) |
| 23 | +
|
| 24 | +Fullstack with Node.js Express: |
| 25 | +> [Angular 8 + Node.js Express + MySQL](https://bezkoder.com/angular-node-express-mysql/) |
| 26 | +
|
| 27 | +> [Angular 8 + Node.js Express + PostgreSQL](https://bezkoder.com/angular-node-express-postgresql/) |
| 28 | +
|
| 29 | +> [Angular 8 + Node.js Express + MongoDB](https://bezkoder.com/angular-mongodb-node-express/) |
| 30 | +
|
| 31 | +> [Angular 8 + Node.js Express: JWT Authentication & Authorization example](https://bezkoder.com/node-js-express-angular-jwt-auth/) |
| 32 | +
|
| 33 | +Fullstack with Spring Boot: |
| 34 | +> [Angular 8 + Spring Boot + MySQL](https://bezkoder.com/angular-spring-boot-crud/) |
| 35 | +
|
| 36 | +> [Angular 8 + Spring Boot + PostgreSQL](https://bezkoder.com/angular-spring-boot-postgresql/) |
| 37 | +
|
| 38 | +> [Angular 8 + Spring Boot + MongoDB](https://bezkoder.com/angular-spring-boot-mongodb/) |
| 39 | +
|
| 40 | +> [Angular 8 + Spring Boot: File Upload example](https://bezkoder.com/angular-spring-boot-file-upload/) |
| 41 | +
|
| 42 | +> [Angular 8 + Spring Boot: JWT Authentication & Authorization example](https://bezkoder.com/angular-spring-boot-jwt-auth/) |
| 43 | +
|
| 44 | +Fullstack with Django: |
| 45 | +> [Angular 8 + Django Rest Framework](https://bezkoder.com/django-angular-crud-rest-framework/) |
| 46 | +
|
| 47 | +> [Angular 8 + Django + MySQL](https://bezkoder.com/django-angular-mysql/) |
| 48 | +
|
| 49 | +> [Angular 8 + Django + PostgreSQL](https://bezkoder.com/django-angular-postgresql/) |
| 50 | +
|
| 51 | +Serverless with Firebase: |
| 52 | +> [Angular 8 CRUD with Firebase Realtime Database](https://bezkoder.com/angular-8-firebase-crud/) |
| 53 | +
|
| 54 | +Integration (run back-end & front-end on same server/port) |
| 55 | +> [How to Integrate Angular 8 with Node.js Restful Services](https://bezkoder.com/integrate-angular-8-node-js/) |
| 56 | +
|
| 57 | +> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-spring-boot/) |
| 58 | +
|
10 | 59 | ## Development server
|
11 | 60 |
|
12 | 61 | 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.
|
|
0 commit comments