Login and Register functionality in Angular 7 (using material css)
#Step 1:- Install NodeJS and NPM from https://nodejs.org/en/download/.
#Step 2:- Install Angular CLI by running npm install -g @angular/cli
#Step 3:- Download the above source code
#Step 4:- Install all required npm packages by running npm install from the command line in the project root folder (where the package.json is located).
#Step 5:- Start the application by running ng serve --open from the command line in the project root folder.
#Step 6:- Your browser should automatically open at http://localhost:4200 with the demo Angular 7 login page displayed.