I got a angularjs app with ui-router and a angular 4 app with angular router.
We are refactoring the old to the new but in the mean time i would like to link/bring the old app to the new one.
So the idea is that in the new app (angular 4) we got a router-outlet, and i'm wondering if it could be possible to load the angularJS directly in the router-outlet, like an iframe would do.
The new app need to be able to show the old app, ideally directly in place so in the router-link. It could work also to have a hook on the rooter to do a url redirection for some state (the one that correspond to the old app)
I'm not an angular pro, i hope that i make sense and that you can help me.
Thanks
edit to precise: thanks for the link but that's not my need, this is closer to my need : How to redirect to an external URL from angular2 route without using component?
because the thing i wanna load is actually an external url, but ideally i would load it inside a router-outlet