One of my project requirement, I have to build the UI using Angular 7 on top of legacy codebase is AngularJS 1.x.
1) AngularJS is javascript but here Angular 7 is typescript.
How communication will happen through between these AngularJS and Angular.
Do we need to migrate legacy code to angular7 using Migration??
Please let me know the options to do that.