Socket
Socket
Sign inDemoInstall

@nrwl/angular

Package Overview
Dependencies
Maintainers
7
Versions
1608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/angular

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, and Cypress. - Gen


Version published
Weekly downloads
478K
increased by4.72%
Maintainers
7
Weekly downloads
 
Created

What is @nrwl/angular?

@nrwl/angular is a set of tools and libraries for building Angular applications and libraries within a monorepo. It is part of the Nx suite, which provides powerful, extensible dev tools for monorepos, enabling developers to manage multiple projects and libraries in a single repository.

What are @nrwl/angular's main functionalities?

Generate Angular Applications

This command generates a new Angular application within the monorepo. It sets up the necessary files and configurations to get started with a new Angular project.

nx generate @nrwl/angular:application my-app

Generate Angular Libraries

This command generates a new Angular library within the monorepo. Libraries can be shared across multiple applications, promoting code reuse and modularity.

nx generate @nrwl/angular:library my-lib

Run Angular Application

This command serves the specified Angular application, starting a development server and enabling live reloading for a smooth development experience.

nx serve my-app

Build Angular Application

This command builds the specified Angular application for production, optimizing the output for deployment.

nx build my-app

Test Angular Application

This command runs the unit tests for the specified Angular application, ensuring code quality and correctness.

nx test my-app

Other packages similar to @nrwl/angular

Keywords

FAQs

Package last updated on 26 Aug 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc