Socket
Socket
Sign inDemoInstall

@nx/angular

Package Overview
Dependencies
Maintainers
4
Versions
634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/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, Playwright and Cypre


Version published
Maintainers
4
Created

What is @nx/angular?

@nx/angular is a package that provides tools and utilities for developing Angular applications within the Nx workspace. It helps in managing, building, and testing Angular projects efficiently.

What are @nx/angular's main functionalities?

Generate Angular Application

This command generates a new Angular application within the Nx workspace. It sets up the necessary files and configurations for a new Angular project.

nx generate @nx/angular:application my-app

Generate Angular Component

This command generates a new Angular component within a specified Angular application. It helps in quickly scaffolding components with the necessary boilerplate code.

nx generate @nx/angular:component my-component --project=my-app

Run Angular Application

This command serves the Angular application, starting a development server and making the application available for testing and development.

nx serve my-app

Build Angular Application

This command builds the Angular application for production. It compiles the application and optimizes it for deployment.

nx build my-app

Test Angular Application

This command runs the unit tests for the Angular application. It helps in ensuring the quality and correctness of the application code.

nx test my-app

Other packages similar to @nx/angular

Keywords

FAQs

Package last updated on 07 Jun 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