cloudflare · Cloudflare Workers Docs
Workers Angular
A guide for creating a new Angular application using the create-cloudflare CLI, developing it locally, and deploying it to Cloudflare Workers using Workers Assets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Angular
A guide for creating a new Angular application using the create-cloudflare CLI, developing it locally, and deploying it to Cloudflare Workers using Workers Assets.
When To Use
Use when you need to initialize an Angular project and deploy it to Cloudflare Workers using automatic configuration and Workers Assets.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-angular-workflow-guide.md | A guide for creating, developing locally, and deploying Angular applications to Cloudflare Workers using Workers Assets. | Questions about a guide for creating, developing locally, and deploying Angular applications to Cloudflare Workers using Workers Assets. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-dep.text | The npx wrangler deploy command used to deploy an Angular application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The npx wrangler deploy command used to deploy an Angular application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-dep-2.text | The wrangler deploy command used to deploy an Angular application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy an Angular application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-dep-3.text | The pnpm wrangler deploy command used to deploy an Angular application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The pnpm wrangler deploy command used to deploy an Angular application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-pro.text | The npm command used to scaffold a new Angular application using the Cloudflare Workers create command. | Exact payloads, commands, or snippets shown in The npm command used to scaffold a new Angular application using the Cloudflare Workers create command. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-app.text | The CLI command used to scaffold a new Angular application using the Cloudflare Workers framework creator. | Exact payloads, commands, or snippets shown in The CLI command used to scaffold a new Angular application using the Cloudflare Workers framework creator. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-pro-2.text | The command to initialize a new Angular web application using the Cloudflare Workers create command. | Exact payloads, commands, or snippets shown in The command to initialize a new Angular web application using the Cloudflare Workers create command. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-set.text | The terminal commands required to initialize and navigate into a new Angular application for Cloudflare Workers. | Exact payloads, commands, or snippets shown in The terminal commands required to initialize and navigate into a new Angular application for Cloudflare Workers. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-npm.text | The npm start command used to run a local development server for a Cloudflare Workers Angular application. | Exact payloads, commands, or snippets shown in The npm start command used to run a local development server for a Cloudflare Workers Angular application. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-sta.text | The terminal command used to start the local development server for a Cloudflare Workers Angular application. | Exact payloads, commands, or snippets shown in The terminal command used to start the local development server for a Cloudflare Workers Angular application. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-pnp.text | The terminal command used to start the development server for a Cloudflare Workers Angular application. | Exact payloads, commands, or snippets shown in The terminal command used to start the development server for a Cloudflare Workers Angular application. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-dep-4.text | The deployment command used to deploy an Angular application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The deployment command used to deploy an Angular application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-dep-5.text | The deployment command used to deploy a Cloudflare Workers Angular application via yarn. | Exact payloads, commands, or snippets shown in The deployment command used to deploy a Cloudflare Workers Angular application via yarn. |
examples/workers-framework-guides-web-apps-angular-cloudflare-workers-angular-dep-6.text | The deployment command used to deploy an Angular application to Cloudflare Workers using pnpm. | Exact payloads, commands, or snippets shown in The deployment command used to deploy an Angular application to Cloudflare Workers using pnpm. |
What This Skill Covers
- In this guide, you will create a new Angular ↗ application and deploy to Cloudflare Workers (with the new Workers Assets).
- Main sections:
Tags,1\. Set up a new project,2\. Develop locally,3\. Deploy your Project,Static assets.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/framework-guides/web-apps/more-web-frameworks/angular
