July 2018
Intermediate to advanced
420 pages
8h 46m
English
Now that we have everything ready, let's look at how to build our application.
First, we will look at the application after the changes have been made:
npm start

Note that we are running the command for development, using ng serve behind the npm start command. Now, let's use the command to build the application, and check the results:
Read now
Unlock full access