-
Install Latest version of NodeJs
-
To check nodeJs version using command prompt
-
Navigate to your project directory using command prompt
-
And start the application in browser using command prompt
-
Application will get opened in the following url : http://localhost:4200/
Explanation
-> in folder src/ index.html contains the template header , footer and body section
-> style.css contains the template styles
-> in folder src/app i have created 4 components i.e ( home,login,register,notfound )
-> routing code is written in app.module.ts