Route params.
Data loaded by a route.
A router context.
The error that was thrown during component or data loading.
The current status of the controller:
Creates a new RouteController instance.
Route params.
Data loaded by a route.
A router context.
Causes an enclosing Outlet to render a notFoundComponent.
Redirects the router to a new location.
A location or a URL to redirect to.
Reloads the data using dataLoader.
Loads route component, sets provided data and notifies router subscribers.
The route data.
Sets an error and notifies router subscribers.
The error.
A controller rendered in a nested Outlet.
Readonly
paramsRoute params.
A controller rendered in an enclosing Outlet.
A promise that settles when the route loading is completed, or null
if there's no loading in progress.
Readonly
routeThe route this controller loads.
Readonly
routerThe router that this controller belongs to.
Manages state of a route rendered in an Outlet.