Skip to content

Instantly share code, notes, and snippets.

@ddieppa
Last active November 1, 2023 13:44
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save ddieppa/eb748de83a46cc83c4c068dddd95d6a2 to your computer and use it in GitHub Desktop.
Save ddieppa/eb748de83a46cc83c4c068dddd95d6a2 to your computer and use it in GitHub Desktop.
This is the npx command to run angular cli new project without install it globally
npx -p @angular/cli ng new hello-world-project
then locally can run
npx ng g c hello-world-component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment