Skip to content

Instantly share code, notes, and snippets.

@camilogiraldo
Last active January 18, 2018 01:53
Show Gist options
  • Save camilogiraldo/c7cd151117d35cf8a2274f48b32c01f9 to your computer and use it in GitHub Desktop.
Save camilogiraldo/c7cd151117d35cf8a2274f48b32c01f9 to your computer and use it in GitHub Desktop.
Creating a new Angular application
/** 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