Book
Submodule 19.2: Getting Started with Angular
Submodule 19.2: Getting Started with Angular
Completion requirements
View
- Installing Angular
- Installing Bootstrap
- Adding Font Awsome
- Testing Project
Installing Angular
We have already installed the Angular-cli on your computer. This cli will enable us to create Angular applications in any place on our computer. Check if the Angular is installed on your computer. Type the following in a terminal window:
ng -v
To learn more about the various commands that this CLI provides, type at the prompt:
ng help