Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 843 Bytes

File metadata and controls

47 lines (41 loc) · 843 Bytes

ng generate module

Overview

ng generate module [name] generates an NgModule

Options

app

--app (aliases: -a) default value: 1st app

Specifies app name to use.

flat

--flat

Flag to indicate if a dir is created.

spec

--spec

Specifies if a spec file is generated.

routing

--routing

Specifies if a routing module file should be generated.