Skip to content

Instantly share code, notes, and snippets.

@rayrfan
Last active January 10, 2018 17:46
Show Gist options
  • Select an option

  • Save rayrfan/3c5e00d5ce6e21bb41ea724767cb8f27 to your computer and use it in GitHub Desktop.

Select an option

Save rayrfan/3c5e00d5ce6e21bb41ea724767cb8f27 to your computer and use it in GitHub Desktop.
Angular Cli Notes
# generate a component named PageNotFound only the .ts file, no separate style, template or spec file
$ ng g c PageNotFound --dry-run --flat -is -it --spec=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment