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
vdaubry -
John Ajera -
John Ajera -
John Ajera -
Top comments (2)
Hi Faisal Ahmed,
Your tips are very useful.
Thanks for sharing.