@angular/router

MaybeAsync

Type Alias

Type used to represent a value which may be synchronous or async.

type MaybeAsync = T | Observable<T> | Promise<T>
Jump to details