Created
May 28, 2020 20:43
-
-
Save JasvinderSingh1/915d200d0429322dec43f21d95ccb28f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dowload install node | |
install angular CLI | |
ng new 'project name' | |
ng serve --port 4300 | |
ng generate component 'component name' | |
https://jasonwatmore.com/post/2019/06/10/angular-8-user-registration-and-login-example-tutorial#login-component-html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment