Earlier quoted context omitted.
Awesome - thanks so much for this from a team running 1.3 in production (and looking now at moving to 2). Just curious if you are indeed saying that the built-in router allows you to do EVERYTHING you could do with ui-router (nested states / targeted views etc)? I was planning on sticking with ui-router-ng2 when we kick over to angular 2. How about testing? Was that difficult moving test suites over?
I didn't have to migrate tests over since I was started with a fresh project in Angular 2. Angular Router does allow nested states: - https://angular.io/docs/ts/latest/guide/router.html - https://angular.io/docs/ts/latest/api/router/index/Router-cl... I don't quite recall what "targetted views" mean?
> A template may hold exactly one unnamed . The router supports multiple named outlets, a feature we'll cover in future.