@nrwl/angular:scam
Creates a new, generic Angular component definition in the given or default project.
Usage
nx generate scam ...
By default, Nx will search for scam
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/angular:scam ...
Show what will be generated without writing to disk:
nx g scam ... --dry-run
Examples
Generate a MySampleComponent
component in the my-lib
library.:
nx g @nrwl/angular:scam --project=my-lib my-sample