Type used to represent a value which may be synchronous or async.
API
type MaybeAsync<T> = T | Observable<T> | Promise<T>
Type used to represent a value which may be synchronous or async.
type MaybeAsync<T> = T | Observable<T> | Promise<T>
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/router/MaybeAsync