Last active
March 2, 2017 14:15
-
-
Save brunokrebs/1a9f2fcacbd986cd255d96cbb066bf34 to your computer and use it in GitHub Desktop.
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
# generates NavBarComponent files under src/app/nav-bar | |
ng g component nav-bar | |
# generates AuthService under src/app/auth.service.ts | |
ng g service auth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment