November 2019
Beginner
436 pages
8h 52m
English
In this section, we are going to learn how to set up a new project that follows Angular's development practices. Let's get started:
ng new integrate-angular cd integrate-angular
The Angular CLI tool usually asks a series of questions to clarify what extra features you want to have in the resulting application.
Would you like to add Angular routing? (y/N) Y
Which stylesheet format would you like to use? (Use arrow keys) SCSS
Read now
Unlock full access