docs(angular): add deployment content (#6896)
parent
25aa149766
commit
7183bc7382
1 changed files with 14 additions and 1 deletions
@ -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…
Reference in new issue