An open API service indexing awesome lists of open source software.

https://github.com/deepurai/angular-7-login_register

Login and Register functionality in Angular 7 (using material css)
https://github.com/deepurai/angular-7-login_register

angular-jwt angular-material angular7

Last synced: 5 months ago
JSON representation

Login and Register functionality in Angular 7 (using material css)

Awesome Lists containing this project

README

          

# Angular-7-Login_Register
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.