@nrwl/angular:scam-to-standalone

Convert an Inline SCAM to a Standalone Component.

Usage

nx generate scam-to-standalone ...

By default, Nx will search for scam-to-standalone in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/angular:scam-to-standalone ...

Show what will be generated without writing to disk:

nx g scam-to-standalone ... --dry-run

Options

component

string

The path to the SCAM component file, relative to the root of the project containing the SCAM.

project

string

The project containing the SCAM.

skipFormat

boolean

Skip formatting the workspace after the generator completes.