docs(angular): add deployment content (#6896)

pull/6937/head
J. Degand 2 months ago committed by GitHub
parent 25aa149766
commit 7183bc7382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 15
      src/data/roadmaps/angular/content/deployment@1fVi9AK6aLjt5QgAFbnGX.md

@ -1 +1,14 @@
# Deployment
# 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)
Loading…
Cancel
Save