Forked from ddieppa/npx command to run angular cli
Created
November 11, 2024 13:05
-
-
Save IEdiong/39227e1d42bf33527282fd7d3e2d3b14 to your computer and use it in GitHub Desktop.
This is the npx command to run angular cli new project without install it globally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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