July 2018
Intermediate to advanced
178 pages
3h 52m
English
Once the Angular CLI is installed, we can begin by generating a new Angular application with the ng new command:
ng new MyApp
This command will create an empty boilerplate for your application and fetch every required node module.
At the root level of the newly created folder, you can find the following files and folders:
Read now
Unlock full access