Skip to content

Instantly share code, notes, and snippets.

@camilogiraldo
Created January 18, 2018 01:43
Show Gist options
  • Save camilogiraldo/8bc079992c4ec05b76140ce624bbf020 to your computer and use it in GitHub Desktop.
Save camilogiraldo/8bc079992c4ec05b76140ce624bbf020 to your computer and use it in GitHub Desktop.
Creating our components
/** Creating our HomeComponent **/
ng generate component HomeComponent --spec=false
/** Creating our BigFeatureComponent **//
ng generate component BigFeatureComponent --spec=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment