Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
1015 B

# Deployment
The Angular CLI command `ng deploy` executes the deploy CLI builder associated with your project. A number of third-party builders implement deployment capabilities to different platforms. You can add any of them to your project with `ng add`.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Deployment](https://angular.dev/tools/cli/deployment)
- [@official@Firebase Hosting](https://firebase.google.com/docs/hosting)
- [@official@Vercel: Angular Solutions](https://vercel.com/solutions/angular)
- [@official@Netlify](https://docs.netlify.com/frameworks/angular/)
- [@official@Cloudflare Pages](https://developers.cloudflare.com/pages/framework-guides/deploy-an-angular-site/#create-a-new-project-using-the-create-cloudflare-cli-c3)
- [@official@AWS Amplify](https://docs.amplify.aws/angular/)
- [@opensource@NGX AWS Deploy](https://github.com/Jefiozie/ngx-aws-deploy)
- [@opensource@Angular CLI GitHub Pages](https://github.com/angular-schule/angular-cli-ghpages)