Pre-resolved value.
The Dependency Injection tokens for dependencies of the resolveFn.
The DI tokens are references to other Resolvables
, or to global services.
A policy that defines when to invoke the resolve, and whether to wait for async and unwrap the data
The function that returns one of:
This function will be provided the dependencies listed in deps as its arguments. The resolve system will asynchronously fetch the dependencies before invoking this function.
The Dependency Injection token that will be used to inject/access the resolvable
Generated using TypeDoc
A plain object used to describe a Resolvable
These objects may be defined in [[StateDefinition.resolve]] blocks to declare async data that the state or substates require.