Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 476 Bytes

File metadata and controls

17 lines (10 loc) · 476 Bytes

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

--module (-m) allows specification of the declaring module

--export specifies if declaring module exports the pipe