Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-angular-workflow-guide.mdA 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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