I am upgrading an application which heavily uses ui-router.
I am trying to upgrade a directive which has a ui-view in its template (to be an Angular 2 Component using the UpgradeAdapter).
It does not work.. (I guess that Angular 2.0 is not working with the ui-router, yet?). Am I right? Do we know when ui-router be Angular 2.0 ready?
Should I upgrade my ui-router and use the new Angular 2 router? This is not straight forward upgrade because I heavily use the resolve feature, which is not supported in the new router!