|
1 |
| -# Angular14FormValidation |
| 1 | +# Angular 14 Form Validation example with Reactive Forms |
2 | 2 |
|
3 |
| -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.2. |
| 3 | +Build Angular 14 Form Validation example (and Submit) with Reactive Forms Module and Bootstrap 4. |
4 | 4 |
|
5 |
| -## Development server |
| 5 | +The form has: |
| 6 | +- Full Name: required |
| 7 | +- Username: required, from 6 to 20 characters |
| 8 | +- Email: required, email format |
| 9 | +- Password: required, from 6 to 40 characters |
| 10 | +- Confirm Password: required, same as Password |
| 11 | +- Accept Terms Checkbox: required |
6 | 12 |
|
7 |
| -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. |
| 13 | + |
8 | 14 |
|
9 |
| -## Code scaffolding |
| 15 | +For instruction, please visit: |
| 16 | +> [Angular Form Validation example (Reactive Forms)](https://www.bezkoder.com/angular-14-form-validation/) |
10 | 17 |
|
11 |
| -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`. |
| 18 | +More Practice: |
| 19 | +> [Angular CRUD Application example with Web API](https://www.bezkoder.com/angular-14-crud-example/) |
12 | 20 |
|
13 |
| -## Build |
| 21 | +> [Angular Pagination example | ngx-pagination](https://www.bezkoder.com/angular-12-pagination-ngx/) |
14 | 22 |
|
15 |
| -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. |
| 23 | +> [Angular JWT Authentication & Authorization with Web API](https://www.bezkoder.com/angular-12-jwt-auth/) |
16 | 24 |
|
17 |
| -## Running unit tests |
| 25 | +> [Angular File upload example with Progress bar](https://www.bezkoder.com/angular-14-file-upload/) |
18 | 26 |
|
19 |
| -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 27 | +> [Angular Multiple Files upload example with Progress Bar](https://www.bezkoder.com/angular-13-multiple-file-upload/) |
20 | 28 |
|
21 |
| -## Running end-to-end tests |
| 29 | +> [Angular Material File upload example with Progress bar](https://www.bezkoder.com/angular-material-12-file-upload/) |
22 | 30 |
|
23 |
| -Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. |
| 31 | +Fullstack with Node: |
24 | 32 |
|
25 |
| -## Further help |
| 33 | +> [Angular + Node Express + MySQL example](https://www.bezkoder.com/angular-13-node-js-express-mysql/) |
26 | 34 |
|
27 |
| -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. |
| 35 | +> [Angular + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-13-node-js-express-postgresql/) |
| 36 | +
|
| 37 | +> [Angular + Node Express + MongoDB example](https://www.bezkoder.com/mean-stack-crud-example-angular-13/) |
| 38 | +
|
| 39 | +> [Angular + Node Express: File upload example](https://www.bezkoder.com/angular-13-node-express-file-upload/) |
| 40 | +
|
| 41 | +Fullstack with Spring Boot: |
| 42 | + |
| 43 | +> [Angular + Spring Boot + H2 Embedded Database example](https://www.bezkoder.com/spring-boot-angular-13-crud/) |
| 44 | +
|
| 45 | +> [Angular + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-13-mysql/) |
| 46 | +
|
| 47 | +> [Angular + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-13-postgresql/) |
| 48 | +
|
| 49 | +> [Angular + Spring Boot + MongoDB example](https://www.bezkoder.com/angular-13-spring-boot-mongodb/) |
| 50 | +
|
| 51 | +> [Angular + Spring Boot: File upload example](https://www.bezkoder.com/angular-13-spring-boot-file-upload/) |
| 52 | +
|
| 53 | +Fullstack with Django: |
| 54 | +> [Angular + Django example](https://www.bezkoder.com/django-angular-13-crud/) |
| 55 | +
|
| 56 | +Security: |
| 57 | +> [Angular + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-12-spring-boot-jwt-auth/) |
| 58 | +
|
| 59 | +> [Angular + Node Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-12-jwt-auth/) |
| 60 | +
|
| 61 | +Serverless with Firebase: |
| 62 | +> [Angular Firebase CRUD with Realtime DataBase | AngularFireDatabase](https://www.bezkoder.com/angular-13-firebase-crud/) |
| 63 | +
|
| 64 | +> [Angular Firestore CRUD example with AngularFireStore](https://www.bezkoder.com/angular-13-firestore-crud-angularfirestore/) |
| 65 | +
|
| 66 | +> [Angular Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-13-firebase-storage/) |
| 67 | +
|
| 68 | +Integration (run back-end & front-end on same server/port) |
| 69 | +> [How to integrate Angular with Node Restful Services](https://www.bezkoder.com/integrate-angular-12-node-js/) |
| 70 | +
|
| 71 | +> [How to Integrate Angular with Spring Boot Rest API](https://www.bezkoder.com/integrate-angular-12-spring-boot/) |
0 commit comments