angular/packages/core/src/linker
Paul Gschwendtner 352e0782ec feat(core): expose signal input metadata in ComponentMirror (#56402)
This commit starts exposing `isSignal` for inputs in the
`ComponentMirror`. We initially had this as a draft when rolling out
signal inputs, but there were no good use-cases, so we skipped it.

Now, inside G3, for the testing infrastructure and rolling out
advancements for signal inputs, having this information is necessary and
allows identifying signal inputs without "accessing fields" on the class
that may cause side-effects (like triggering setters).

PR Close #56402
2024-06-13 10:12:06 -07:00
..
compiler.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
component_factory.ts feat(core): expose signal input metadata in ComponentMirror (#56402) 2024-06-13 10:12:06 -07:00
component_factory_resolver.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
destroy_ref.ts feat(core): allow removal of previously registered DestroyRef callbacks (#49493) 2023-03-21 16:58:22 +01:00
element_ref.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
ng_module_factory.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
ng_module_factory_loader.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
ng_module_factory_loader_impl.ts refactor(router): add stub files for g3 patch of NgModuleFactoryLoader (#43660) 2021-10-04 10:28:02 -07:00
ng_module_registration.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
query_list.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
template_ref.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
view_container_ref.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
view_ref.ts docs(core): change API link (#55688) 2024-05-23 18:30:25 +02:00