Interface describing the shape of a Queue. These Queues are run whenever a navigation is triggered and may intercept and mutate the next State or completely block or redirect a navigation.
Queue
handle method, called when a navigation was triggered.
The next State to be handled.
next
An Observable of the handled State.
Generated using TypeDoc
Interface describing the shape of a Queue. These Queues are run whenever a navigation is triggered and may intercept and mutate the next State or completely block or redirect a navigation.
See
Queue