Public Singleton constructor. Called by the Resolve decorator to link this Queue into the Router and to access the required and resolved properties.
Static
Readonly
[provide]Magic string by which this class is provided.
Readonly
requiredReadonly
resolvedOverridden handle method of the Queue base class. Iterates all
Router.Segments of the next
Router.State and collects all
Resolvers for any encountered Components in those iterated
Router.Segments. The collected Resolvers are run before
invoking the subsequent Queue.
The _prev
iously active Router.State (ignored).
The next
Router.State Router.navigated to.
The next Queue to handle the navigation.
An Observable of the handled Router.State.
Generated using TypeDoc
This built-in ResolveQueue extension of the Queue base class intercepts all navigational events of the Router to Resolve ObservableInputs before invoking subsequent Queues. Thereby this ResolveQueue allows asynchronous evaluations to be executed and their Resolved values to be provided to a Component, before it is rendered into a Document for the first time. When the Catch decorator is applied at least once this ResolveQueue will be automatically provided as Queue to the Linker.
Decorator
Singleton
See
Queue