Abstract
Static
Readonly
[provide]Magic string by which this class is provided.
Abstract
handleAbstract handle method, called whenever a new Router.State should be Router.navigated to. This method provides the possibility to intercept these upcoming Router.States and, e.g., mutate or redirect them, i.e., handle the navigation.
The prev
iously active Router.State.
The next
Router.State Router.navigated to.
The next Queue to handle the navigation.
An Observable of the handled Router.State.
Generated using TypeDoc
Abstract base class to implement Router Queues. By applying the Target decorator or otherwise providing an implementation of this abstract Queue base class to the Linker, the implemented handle method is called whenever a new Router.State is triggered by navigating. This interceptor-like pattern makes complex routing strategies like asynchronous module-retrieval and the similar tasks easy to be implemented.
Decorator
Provide
Example
Simple Queue stub:
See