AngularFormValidation
A simple form validation in Angular with template-driven forms
Download or clone and open in Visual Studio Code
Run below command to install the missing packages in node_modules npm install
Run the below command to open in browser at default SSL URL https://localhost:4200 ng serve --ssl --open
Current code includes implementation of Req# 1.1 to 1.10
Styling, testing and bug fixes in progress.
Pending Submit and Reset buttons functionality.