Created
February 25, 2024 16:11
-
-
Save av1v3k/be4b18cf9d638b75d83f5567072b7bcd to your computer and use it in GitHub Desktop.
How to create angular project with specific angular cli ?
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 @angular/cli@16 new app --directory=./ | |
npx @angular/cli@8 new app --directory=./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment