JSPM

@nx/angular-rspack

21.6.0-canary.20250916-a429972
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2606
  • Score
    100M100P100Q121105F
  • License MIT

Rspack Plugin and Loaders for building Angular.

Package Exports

  • @nx/angular-rspack
  • @nx/angular-rspack/loaders/angular-loader
  • @nx/angular-rspack/loaders/angular-partial-transform-loader
  • @nx/angular-rspack/loaders/platform-server-exports-loader

Readme

Nx - Smart Repos · Fast Builds

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart Repos · Fast Builds

Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.

Build Angular with Rspack

The goal of @nx/angular-rspack is to make easy and straightforward to build Angular applications with rspack.

Getting Started

Step 1: Create a new Nx Workspace with Angular Rspack Application

npx create-nx-workspace myorg

NX   Let's create a new workspace [[https://nx.dev/getting-started/intro](https://nx.dev/getting-started/intro)]
✔ Which stack do you want to use? · angular
✔ Integrated monorepo, or standalone project? · integrated
✔ Application name · myorg
✔ Which bundler would you like to use? · rspack
✔ Default stylesheet format · css
✔ Do you want to enable Server-Side Rendering (SSR)? · No
✔ Which unit test runner would you like to use? · vitest
✔ Test runner to use for end to end (E2E) tests · playwright
✔ Which CI provider would you like to use? · skip
✔ Would you like remote caching to make your build faster? · skip
NX   Creating your v20.8.0 workspace.

Step 2: Run Build and Serve commands

npx nx build myorg
npx nx serve myorg

Getting Started

Creating an Nx Workspace

Using npx

npx create-nx-workspace

Using npm init

npm init nx-workspace

Using yarn create

yarn create nx-workspace

Adding Nx to an Existing Repository

Run:

npx nx@latest init

Documentation & Resources

Nx - Smart Repos · Fast Builds