I have an AngularJS application(say x) which we were using as a directive in our other AngularJS applications before. Now we are using Angular 8 for our new applications and we need to use the same AngularJS component(x). Is there a way to do that without migrating the code of this component x to newer Angular version since the code of this component x is huge. Someone told me to use micro frontend but i couldn't understand how to use that in this scenario.
Any thoughts/suggestions would be greatly appreciated!