mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
be59c3a98c
The AsyncPipe type signature was changed to allow deferred creation of promises and observalbes that is supported by the implementation by allowing `Promise<T>|null|undefined` and by allowing `Observable<T>|null|undefined`. PR Close #22169