mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `rxResource` was using `firstValueFrom` which isn't supported in rxjs 6.x. `@angular/core` currently supports rxjs 6 so we need this to be backwards compatible. This came up when trying to deploy the Material docs site which is still on rxjs 6 ([see](https://github.com/angular/components/actions/runs/11487971079/job/31973721563)). PR Close #58341 |
||
|---|---|---|
| .. | ||
| index.ts | ||
| output_from_observable.ts | ||
| output_to_observable.ts | ||
| pending_until_event.ts | ||
| rx_resource.ts | ||
| take_until_destroyed.ts | ||
| to_observable.ts | ||
| to_signal.ts | ||