Last active
January 18, 2018 01:53
-
-
Save camilogiraldo/c7cd151117d35cf8a2274f48b32c01f9 to your computer and use it in GitHub Desktop.
Creating a new Angular application
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
/** This assumes you have @angular/cli installed **/ | |
/** creating our Angular application **/ | |
ng new fancy-app --routing | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment