I'm working with Angular 1.5 and trying to migrate from using ui-router in 1.4 to the new Component Router in 1.5.
However, when I update to 1.5, I don't see a way to inject '$router' into my configuration.
I know I can download angular_1_router.js from this repository: https://github.com/brandonroberts/angularjs-component-router
But isn't the new router supposed to be included in 1.5?
Sorry, there doesn't appear to be much documentation on this. There's only the outdated docs that refer to Angular 1.4 and the Angular 2.0 docs.
When I try using the angular_1_router.js file, I get an $injector:modulerr
when trying to use 'ngComponentRouter', so I haven't been able to go that route as a workaround.