July 2018
Intermediate to advanced
420 pages
8h 46m
English
Now, it's time to check out our application in production mode, to understand how a service works:
control + c
ng build --prod
Note that the preceding npm build alias command doesn't make use of the --prod flag. So, you need to use the ng build --prod command, or update the npm build command with the --prod flag.
At the end of the previous command, we can see another folder inside the Client directory, called dist.
Read now
Unlock full access