Type alias Resolve<S>

Resolve<S>: ((segment, state) => ObservableInput<unknown>)

The Resolve type alias is used and intended to be used in conjunction with the ResolveQueue Queue and the Resolve decorator. The Resolve type alias represents a function that will be called with the respective Router.Segment and Router.State.

Type Parameters

  • S extends string

    The Route path string type.

Type declaration

Generated using TypeDoc