Start project with Angular 11 instead of Angular 12

Hi,

I need to use Angular 11 instead of Angular 12. Can I Start a project with version 11?

Thanks!

I don’t know about “start”, but you can certainly manually edit package.json to pin versions of any dependency you wish, assuming you can come up with a mutually compatible collection of them all.

And additional: Are you sure that a new Ionic Project from Template comes with Angular 12 already?

Yes, I am. Now Ionic projects includes Angular 12 by default.

You cannot. If you need Angular 11, just edit the package.json. We keep the templates up to date with the lates stable release and v11 of Angular is an old release.

Besides, you should be on the latest for bug fixes, performance improvments, and general quality of life improvments.