• 概要
@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