angular/packages/compiler-cli/test/compliance/test_cases/model_inputs
Kristiyan Kostadinov 39624c6b12 fix(compiler): output input flags as a literal (#55215)
Previously the input flags were being generated as a reference to an enum member for better readability and under the assumption that minifiers would inline the values. That doesn't appear to be the case so these changes switch to using the literal values instead.

PR Close #55215
2024-04-04 11:13:52 -07:00
..
GOLDEN_PARTIAL.js
mixed_model_types.js fix(compiler): output input flags as a literal (#55215) 2024-04-04 11:13:52 -07:00
mixed_model_types.ts
model_component_definition.js fix(compiler): output input flags as a literal (#55215) 2024-04-04 11:13:52 -07:00
model_component_definition.ts
model_directive_definition.js fix(compiler): output input flags as a literal (#55215) 2024-04-04 11:13:52 -07:00
model_directive_definition.ts
TEST_CASES.json