April 2018
Intermediate
110 pages
2h 12m
English
Now that we have installed and configured Angular CLI, we can start generating our new application.
Running the ng new command will do the following:
angular-social--routing flag is passed in)npm install inside this folder to install the dependenciesgit init to initialize a new Git repositoryTo create a new application, perform the following steps:
cd dev
ng command as follows:ng new angular-social --routing