This project was generated with Angular CLI version 14.2.9.
Email:validation criteria
- Email must contain value.
- Must contain only one "@" symbol
- Invalid charactors: """ , "(", ")",",",":",";","<",">","[" ,"\","]"
- should not contain "." at first position.( ex: .test@gmail.com not allowed)
- should not contain "." at last position. ( ex: test@gmail.com. not allowed)
- should not contain space.
- should not contain ..(double dot) (ex: test@gmail..com not allowed)
Checking for (@) at related rules chars
- should not contain "@" at first position.
- should not contain "@" at last position.
- @ shoud not contain immediate before . or after . (ex: test.@gmail.com or test@.gmail.com not allowed)
- must contain . after @
Domain:
- Domain length shoud have min 2.
- Domain length shoud have max 13.
- Domain should not contain numbers. (ex: test@gmail.com123 not allowed)
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.
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.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
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.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.