Having experience with AngularJS 1.x in a .Net MVC application, I successfully downloaded all the required AngularJS min files and included them in the project without using npm or bower. Now, I am working on a Java Web application that utilizes servlets/jsp, and I want to incorporate Angularjs 2 into new pages I'm developing. However, I am struggling to figure out how to include AngularJS in this existing project.
The Angular team recommends using Typescript with npm/gulp, but I prefer sticking to javascript and avoiding any complications with TypeScript in my current project. I have been searching for Angular min files to download and include in my JSP, but have been unable to find any clear links on either the new Angular website or the Angular GitHub.
If anyone could provide guidance on how to proceed, it would be greatly appreciated. At this moment, I am considering sticking with AngularJS 1.x rather than attempting to use version 2.0. Thank you.