mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| example | ||
| example-with-ts-library | ||
| BUILD.bazel | ||
| common_package.spec.ts | ||
| core_package.spec.ts | ||
| example_package.golden | ||
| example_package.spec.ts | ||
| example_with_ts_library_package.golden | ||
| outside_package.txt | ||
| test_utils.ts | ||