`--app` (alias: `-a`) _default value: 1st app_
Specifies app name to use.
`--change-detection` (alias: `-cd`)
Specifies the change detection strategy.
`--flat` _default value: false_
Flag to indicate if a dir is created.
`--export` (alias: `-`) _default value: false_
Specifies if declaring module exports the component.
`--inline-style` (alias: `-is`) _default value: false_
Specifies if the style will be in the ts file.
`--inline-template` (alias: `-it`) _default value: false_
Specifies if the template will be in the ts file.
`--module` (alias: `-m`)
Allows specification of the declaring module's file name (e.g `app.module.ts`).
`--prefix`
Specifies whether to use the prefix.
`--skip-import` _default value: false_
Allows for skipping the module import.
`--spec`
Specifies if a spec file is generated.
`--view-encapsulation` (alias: `-ve`)
Specifies the view encapsulation strategy.