@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