I'm pretty new to the hybrid approach and Angular JS. I have a requirement to migrate few screens of AngularJS project(existing) to Angular9.
Current AngularJS project is using contoller based angularjs v.1.4 , GULP as task runner and SASS for CSS.
Can you please let me know how can I have the base application in AngularJS and integrate few screens of Angular9. Step by step procedure to have both JS and 9 work together.
any suggestions would greatly help.