1 x generate pipe - rbinsztock/angular-cli GitHub Wiki
ng generate pipe [name] generates a pipe
app
--app (aliases: -a) default value: 1st app
Specifies app name to use.
export
--export
Specifies if declaring module exports the pipe.
flat
--flat
Flag to indicate if a dir is created.
module
--module (aliases: -m)
Allows specification of the declaring module.
skip-import
--skip-import
Allows for skipping the module import.
spec
--spec
Specifies if a spec file is generated.