New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@ng-rsbuild/plugin-nx

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-rsbuild/plugin-nx

Nx Plugin for building Angular applications with Rspack.

19.0.0-alpha.29
latest
Version published
Weekly downloads
96
-12.73%
Maintainers
0
Weekly downloads
 
Created

@ng-rsbuild/plugin-nx

Plugin for Nx providing generators and executors for building Angular applications with Rsbuild.

Installation

Prerequisites: Existing Nx Workspace

  • Install this plugin npx nx add @ng-rsbuild/plugin-nx

Generate an Angular Application with Rsbuild

  • npx nx g @ng-rsbuild/plugin-nx:application myapp

Build and Serve the Application

  • Build: npx nx build myapp
  • Serve: npx nx dev myapp

FAQs

Package last updated on 03 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts