Interface Queue

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

interface Queue {
    handle(next): Observable<Router.State<string>>;
}

Implemented by

Methods

Methods

Generated using TypeDoc