Deploying an Angular Application
Explore how to deploy an Angular application by copying build outputs to web servers or deploying via Angular CLI to popular hosts like Firebase and GitHub. Understand adjusting base href and using CLI commands for deployment planning.
We'll cover the following...
We'll cover the following...
If we already have a web server that we want to use for our Angular application, we can copy the contents of the output folder to a path in that server. If we want to deploy it in another folder other than the root, we can change the href ...