npm init @angular@VersionName projectName
npm init @angular@17 myProject
npm init @angular@14 myApp
with cli
npx -p @angular/cli@14 ng new myProject
npm init @angular@VersionName projectName
npm init @angular@17 myProject
npm init @angular@14 myApp
with cli
npx -p @angular/cli@14 ng new myProject
For further actions, you may consider blocking this person and/or reporting abuse
Amin-Karimi -
ng-news -
Thomas Kaul -
Salim Chemes -
Top comments (1)
Hi Faisal Ahmed,
Your tips are very useful.
Thanks for sharing.