Angular / Deploy Application / Overview
This page describes how to deploy Angular applications.
Introduction
Angular applications can be deployed as static websites because the client (web browser) does the work of executing the application code.
- See the Angular Deployment documentation
Staging Area
Angular application development occurs in the application code folder using ng serve or ng serve -o.
Need to discuss here the use of ng build and other options related to building a website in the staging area.
Testing can then occur in the staging area as if deployed.
See the Angular / Deploy / Staging Area documentation
Apache Web Server
Deploying to Apache allows Apache's configuration properties to handle customization, such as remapping URLs.
See the Angular / Deploy / Apache Web Server documentation
Amazon Web Services
Deploying to Amazon Web Services as a static web page uses S3 and optionally CloudFront.
See the Angular / Deploy / Amazon Web Services documentation