angular/packages/elements/src
Alex Rickabaugh fe5c4e086a fix(elements): support output()-shaped outputs (#57535)
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
2024-09-03 09:08:29 -07:00
..
component-factory-strategy.ts fix(elements): support output()-shaped outputs (#57535) 2024-09-03 09:08:29 -07:00
create-custom-element.ts fix(elements): switch to ComponentRef.setInput & remove custom scheduler (#56728) 2024-08-23 13:56:11 -07:00
element-strategy.ts fix(elements): support input transform functions (#50713) 2023-06-22 09:47:16 -07:00
extract-projectable-nodes.ts refactor: migrate bazel, benchpress, elements and misc to prettier formatting (#53995) 2024-01-22 09:07:15 +01:00
utils.ts fix(elements): switch to ComponentRef.setInput & remove custom scheduler (#56728) 2024-08-23 13:56:11 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00