mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8a837f6c34
This reverts commited8f16c078. This caused a breakage in TGP because the changes (correctly) produced new diagnostics on ` @for (a of (x | async) || []; track a) {` x is `any`. This results in `<any> | async` which produces `unknown | null` and then the `@if` finally narrows this down to `{}` which isn't iteratable. (cherry picked from commit37ca679192)