onRouteResolved property

Stream<RouterState> onRouteResolved

Emits the potential change to the router state once the a new route is resolved.

This occurs after the RouterHook (if any) has rewritten the path and parameters and the final non-redirecting route has been resolved, but before any CanActivate and CanDeactive implementations are checked.

Implementation

Stream<RouterState> get onRouteResolved;