angular/packages/compiler-cli/test/compliance/test_cases/signal_inputs
Kristiyan Kostadinov ab98b2425f fix(compiler-cli): capture metadata for undecorated fields (#63957)
Currently if `TestBed.overrideComponent` is used on a class that uses initializer APIs (e.g. `input()`), the initializer metadata will be wiped out, because `overrideComponent` re-compiles the class with the information set by `setClassMetadata`. `setClassMetadata` only captures decorated members at the moment.

These changes introduce some logic to capture the new initializer-based APIs in `setClassMetadata` as well.

Fixes #57944.

PR Close #63957
2025-10-09 14:02:16 -04:00
..
complex_transform_functions.js refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00
complex_transform_functions.ts refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00
GOLDEN_PARTIAL.js fix(compiler-cli): capture metadata for undecorated fields (#63957) 2025-10-09 14:02:16 -04:00
input_component_definition.js fix(compiler): output input flags as a literal (#55215) 2024-04-04 11:13:52 -07:00
input_component_definition.ts refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00
input_directive_definition.js refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00
input_directive_definition.ts refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00
mixed_input_types.js refactor(compiler): remove input transforms feature (#59980) 2025-02-18 19:27:59 +00:00
mixed_input_types.ts refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00
TEST_CASES.json feat(compiler-cli): add experimental support for fast type declaration emission (#61334) 2025-05-14 14:07:37 -07:00
transform_not_captured.js refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00
transform_not_captured.ts refactor(compiler): update compliance tests. (#58238) 2024-10-24 12:44:12 -07:00