JSPM

@nrwl/angular

15.9.0-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 308499
  • Score
    100M100P100Q178794F
  • License MIT

The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Cypress, and Protractor. - Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) - Upgrading AngularJS applications - Single Component Application Modules (SCAMs) - NgRx helpers. - Utilities for automatic workspace refactoring.

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

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


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

Documentation & Resources

Nx - Smart, Fast and Extensible Build System