Using the CLI to Package an Application for Production
Let's see how we can use the ng build command to generate the release version of the application.
We'll cover the following
ng build
command
The final Angular CLI command we are going to look at is the ng build
command, which generates a release version of the application. This release version can then be hosted on your live server for clients to access.
Get hands-on with 1400+ tech skills courses.