I want to create an ASP.NET Core 6 MVC web app with AngularJS - it this possible?
I tried in Visual Studio 2022 to create such a web app with Angular, but that is a newer version of Angular. Can I change this version to AngularJS, or should I create this project another way?
I need to have AngularJS on frontend side of this project.