mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
12 lines
236 B
Markdown
12 lines
236 B
Markdown
# ng generate pipe
|
|
|
|
## Overview
|
|
`ng generate pipe [name]` generates a pipe
|
|
|
|
## Options
|
|
`--flat` flag to indicate if a dir is created
|
|
|
|
`--spec` specifies if a spec file is generated
|
|
|
|
`--skip-import` allows for skipping the module import
|