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)
- Host: GitHub
- URL: https://github.com/deepurai/angular-7-login_register
- Owner: deepuRai
- Created: 2019-06-04T17:48:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T17:50:13.000Z (over 6 years ago)
- Last Synced: 2025-08-08T12:37:42.675Z (7 months ago)
- Topics: angular-jwt, angular-material, angular7
- Size: 172 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.