mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously Elements was assuming that every output was an RxJS `Subject` and supports `.pipe()`. This is not true for `output()`-based outputs which have `.subscribe()` but not `.pipe()`. This commit fixes such outputs by using a `new Observable` instead of `map` to forward outputs. PR Close #57535 |
||
|---|---|---|
| .. | ||
| component-factory-strategy.ts | ||
| create-custom-element.ts | ||
| element-strategy.ts | ||
| extract-projectable-nodes.ts | ||
| utils.ts | ||
| version.ts | ||