...

/

Using the CLI to Package an Application for Production

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.

To run this command, all you need to do is again navigate to your angular ...