Guest User

Untitled

a guest
Mar 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ng generate cl [name] <options...>
  2. --dry-run Run through without making any changes.
  3. aliases: -d -dryRun
  4. --force Forces overwriting of files.
  5. aliases: -f -force
  6. --app Specifies app name to use.
  7. aliases: -a -app
  8. --collection Schematics collection to use.
  9. aliases: -c -collection
  10. --lint-fix Use lint to fix files after generation.
  11. aliases: -lf -lintFix
  12. --spec (boolean) Specifies if a spec file is generated.
  13. --type (string) Specifies the type of class.
Add Comment
Please, Sign In to add comment