In an effort to keep synchronized with router changes in the new Angular, this implementation of the Component Router (ngComponentRouter module)
has been deprecated and will not receive further updates.
We are investigating backporting the Router for the new Angular to AngularJS, but alternatively, use the ngRoute
module or community developed
projects (e.g. ui-router).
A Router
is responsible for mapping URLs to components.
RootRouter
and ChildRouter
.You can see the state of a router by inspecting the read-only field router.navigating
.
This may be useful for showing a spinner, for instance.