From 7183bc73823df6f571a906d45831e17d74921324 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Sun, 1 Sep 2024 07:44:33 -0400 Subject: [PATCH] docs(angular): add deployment content (#6896) --- .../content/deployment@1fVi9AK6aLjt5QgAFbnGX.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/deployment@1fVi9AK6aLjt5QgAFbnGX.md b/src/data/roadmaps/angular/content/deployment@1fVi9AK6aLjt5QgAFbnGX.md index 7a9e3e037..7cbb92eec 100644 --- a/src/data/roadmaps/angular/content/deployment@1fVi9AK6aLjt5QgAFbnGX.md +++ b/src/data/roadmaps/angular/content/deployment@1fVi9AK6aLjt5QgAFbnGX.md @@ -1 +1,14 @@ -# Deployment \ No newline at end of file +# 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) \ No newline at end of file