angular/packages/elements/test
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
..
BUILD.bazel build(elements): remove unecessary filegroup. (#49982) 2023-04-25 09:30:59 -07:00
component-factory-strategy_spec.ts fix(elements): support output()-shaped outputs (#57535) 2024-09-03 09:08:29 -07:00
create-custom-element-env_spec.ts refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
create-custom-element_spec.ts refactor(core): replace usages of removeChild (#57203) 2024-08-07 16:46:09 +00:00
extract-projectable-nodes_spec.ts refactor: migrate bazel, benchpress, elements and misc to prettier formatting (#53995) 2024-01-22 09:07:15 +01:00
slots_spec.ts refactor: migrate bazel, benchpress, elements and misc to prettier formatting (#53995) 2024-01-22 09:07:15 +01:00
utils_spec.ts fix(elements): switch to ComponentRef.setInput & remove custom scheduler (#56728) 2024-08-23 13:56:11 -07:00