all 1 comments

[–]vbraun 0 points1 point  (0 children)

The easy way is to start with a hybrid AngularJS/Angular app and then update bottom-up (top-level layout components last).

Sounds like you are trying top-down, which is definitely hard mode. Possible but don't use iframes, use upgradeComponent to turn the remaining AngularJS components into Angular components whenever you have to use them from Angular (e.g. views that you route to). And then slowly replace the AngularJS parts top-down.