Angular 5 Examples
How to practice these examples?
1) create the project by using the following command
new new example1
2) step into the project by using the change directory command
cd example1
3) start the server
ng serve
4) open the browser
http://localhost:4200
5) start developing the code by opening the folder in the vscode editor.
6) start the vs code editor
7)
8) open the example1/src/app folder
9) delete all the preconfigured files in the app folder
10) start type the example code.
11) verify in the browser.