angular/packages/core/rxjs-interop/src
Kristiyan Kostadinov c095679f92 fix(core): avoid breaking change with apps using rxjs 6.x (#58341)
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
2024-10-24 16:17:48 -07:00
..
index.ts feat(core): Add rxjs operator prevent app stability until an event (#56533) 2024-10-22 14:01:11 -07:00
output_from_observable.ts feat(core): promote outputFromObservable & outputToObservable to stable. (#58214) 2024-10-16 14:45:10 +00:00
output_to_observable.ts feat(core): promote outputFromObservable & outputToObservable to stable. (#58214) 2024-10-16 14:45:10 +00:00
pending_until_event.ts feat(core): Add rxjs operator prevent app stability until an event (#56533) 2024-10-22 14:01:11 -07:00
rx_resource.ts fix(core): avoid breaking change with apps using rxjs 6.x (#58341) 2024-10-24 16:17:48 -07:00
take_until_destroyed.ts feat(core): Promote takeUntilDestroyed to stable. (#58200) 2024-10-15 12:52:26 +00:00
to_observable.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
to_signal.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00