Created
January 18, 2018 01:43
-
-
Save camilogiraldo/8bc079992c4ec05b76140ce624bbf020 to your computer and use it in GitHub Desktop.
Creating our components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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