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