Mike Brocchi a5a33fa1db chore(docs): move the new wiki docs to main repo (#3382)
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
2016-12-05 15:25:11 -08:00

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