DEV Community

Faisal Ahmed
Faisal Ahmed

Posted on

6

Create Specific version of angular project without install cli

npm init @angular@VersionName projectName
npm init @angular@17 myProject

npm init @angular@14 myApp
Enter fullscreen mode Exit fullscreen mode

with cli

npx -p @angular/cli@14 ng new myProject
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
jangelodev profile image
João Angelo

Hi Faisal Ahmed,
Your tips are very useful.
Thanks for sharing.

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay