Book
Submodule 23.4: Building and Deploying the Angular Application
Submodule 23.4: Building and Deploying the Angular Application
Completion requirements
View
Building the Distribution Folder
To build the distribution folder containing your angular application, type the following at the prompt:
ng build --prod
The dist folder
has been created for you by the Angular-cli.
Save the changes and do a Git commit with the message "Build".