We have a new Angular 17, Java 17 , Spring Boot application and an old application which is in Angular 1.5,Java 8 , maven and running in weblogic.
I am planning to migrate( not to re develop) Angular 1.5 project inside Angular 18 application . My thought process is i should be able to copy the whole Java code and angular code with minimal changes or fixes . Is this something feasible to implement or i need to develop
whole Angular 1.5 code into Angular 18. Am very new to Angular development .