UNPKG

@nx/angular

Version:

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

33 lines (32 loc) 1.01 kB
{ "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularScamToStandalone", "cli": "nx", "title": "Convert an Inline SCAM to Standalone Component", "description": "Convert an Inline SCAM to a Standalone Component.", "type": "object", "properties": { "component": { "type": "string", "description": "The path to the SCAM component file, relative to the root of the project containing the SCAM.", "$default": { "$source": "argv", "index": 0 }, "x-priority": "important" }, "project": { "type": "string", "description": "The project containing the SCAM.", "x-prompt": "What project contains the SCAM?", "x-dropdown": "projects", "x-priority": "important" }, "skipFormat": { "type": "boolean", "description": "Skip formatting the workspace after the generator completes.", "x-priority": "internal" } }, "examplesFile": "../../../docs/scam-to-standalone-examples.md" }