Skip to content

Instantly share code, notes, and snippets.

@nycdotnet
Last active July 25, 2023 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nycdotnet/56855233b170d21daf7cd48e75735db7 to your computer and use it in GitHub Desktop.
Save nycdotnet/56855233b170d21daf7cd48e75735db7 to your computer and use it in GitHub Desktop.
Angular CLI commands
ng new project-name-goes-here

This will create a new folder and set up an empty project there.

ng serve --open

Will serve the application and open the default web browser to it.

ng generate component super-duper-component

Will generate a new component called super-duper-component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment