Package Exports
- @nrwl/angular
- @nrwl/angular/executors
- @nrwl/angular/generators
- @nrwl/angular/mf
- @nrwl/angular/module-federation
- @nrwl/angular/package.json
- @nrwl/angular/plugins/component-testing
- @nrwl/angular/src/generators/utils
- @nrwl/angular/tailwind
- @nrwl/angular/testing
Readme
Nx: Smart, Fast and Extensible Build System
Nx is a next generation build system with first class monorepo support and powerful integrations.
This package is an Angular plugin for Nx.
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