--dry-run (alias: -d)
Run through without making any changes.
--force (alias: -f)
Forces overwriting of files.
--verbose (alias: -v)
Adds more details to output logging.
--collection (alias: -c)
Schematics collection to use.
--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
Specifies the view encapsulation strategy.
--routing
Generates a routing module.
--prefix (alias: -p)
The prefix to apply to generated selectors.
--style
The file extension to be used for style files.
--skip-tests (alias: -S)
Skip creating spec files.
--skip-package-json
Do not add dependencies to package.json.