January 2018
Intermediate to advanced
332 pages
7h 36m
English
Before we implement any trees, let's set up a base application, which we can use in our subsequent examples.
Like we did in previous chapters, we will be creating an Angular application using the Angular CLI using the following steps:
npm install -g @angular/cli
ng new <project-name>
After these two steps, you should be able to see the new project created and all the corresponding node modules installed and ready to go.
ng serve
Read now
Unlock full access