The Wayback Machine - https://web.archive.org/web/20250701011034/https://angular.dev/api/router/MaybeAsync
    • Overview
@angular/router

MaybeAsync

Type Alias
stable

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

API

  
    type MaybeAsync<T> = T | Observable<T> | Promise<T>
  
  
Jump to details
HTTPS · web.archive.org
← Home