Skip to content

Instantly share code, notes, and snippets.

@morjuax
Last active February 4, 2020 13:58
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 morjuax/e464c5b24b2e1f6c8d4bc5088e71dc50 to your computer and use it in GitHub Desktop.
Save morjuax/e464c5b24b2e1f6c8d4bc5088e71dc50 to your computer and use it in GitHub Desktop.
Tips: Create Angular Project

Create Project

ng new new-app

Init project

ng serve --open

Create new service

ng generate service services/[name_service] OR ng generate service [name_service]

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