The Wayback Machine - https://web.archive.org/web/20240920155717/https://angular.dev/api/router/MaybeAsync/
@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
HTTPS · web.archive.org
← Home