Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bree7e/9ea2d9c0bf81d79225bfc2248421d234 to your computer and use it in GitHub Desktop.
Save bree7e/9ea2d9c0bf81d79225bfc2248421d234 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