--dry-run
(alias: -d
)
Run through without making any changes.
--force
(alias: -f
)
Forces overwriting of files.
--project
The name of the project.
--inline-style
(alias: -s
)
Specifies if the style will be in the ts file.
--inline-template
(alias: -t
)
Specifies if the template will be in the ts file.
--view-encapsulation
(alias: -v
)
Specifies the view encapsulation strategy.
--change-detection
(alias: -c
)
Specifies the change detection strategy.
--prefix
(alias: -p
)
The prefix to apply to generated selectors.
--styleext
The file extension to be used for style files.
--spec
Specifies if a spec file is generated.
--flat
Flag to indicate if a dir is created.
--skip-import
Flag to skip the module import.
--selector
The selector to use for the component.
--module
(alias: -m
)
Allows specification of the declaring module.
--export
Specifies if declaring module exports the component.