6abc13330b
Currently we check whether a property binding contains an interpolation using a regex so that we can throw an error. The problem is that the regex doesn't account for quotes which means that something like `[prop]="'{{ foo }}'"` will be considered an error, even though it's not actually an interpolation. These changes build on top of the logic from #39826 to account for interpolation characters inside quotes. Fixes #39601. PR Close #40267 |
||
---|---|---|
.. | ||
acceptance | ||
animation | ||
bundling | ||
change_detection | ||
debug | ||
di | ||
dom | ||
i18n | ||
linker | ||
metadata | ||
reflection | ||
render3 | ||
sanitization | ||
strict_types | ||
testability | ||
util | ||
view | ||
zone | ||
BUILD.bazel | ||
application_init_spec.ts | ||
application_module_spec.ts | ||
application_ref_integration_spec.ts | ||
application_ref_spec.ts | ||
component_fixture_spec.ts | ||
dev_mode_spec.ts | ||
directive_lifecycle_integration_spec.ts | ||
error_handler_spec.ts | ||
event_emitter_spec.ts | ||
fake_async_spec.ts | ||
forward_ref_integration_spec.ts | ||
spies.ts | ||
test_bed_async_spec.ts | ||
test_bed_spec.ts | ||
testing_internal_spec.ts | ||
util_spec.ts |