mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8b7707d920
This commit adds the infrastructure for `@angular/core/rxjs-interop`, a new core entrypoint which provides bidirectional interoperability between Angular's built-in reactivity system of synchronous signals, and the RxJS `Observable` abstraction. The new entrypoint is set up as an empty shell in this commit, with its implementation to follow in a followup. PR Close #49154
114 B
114 B
Includes utilities related to using the RxJS library in conjunction with Angular's signal-based reactivity system.