angular-cn/packages/core/test
Kristiyan Kostadinov 6abc13330b fix(compiler): don't report parse error for interpolation inside string in property binding (#40267)
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
2021-01-05 13:57:23 -08:00
..
acceptance fix(compiler): don't report parse error for interpolation inside string in property binding (#40267) 2021-01-05 13:57:23 -08:00
animation fix(core): Store ICU state in `LView` rather than in `TView` (#39233) 2020-10-21 18:33:00 -07:00
bundling fix(router): apply redirects should match named outlets with empty path parents (#40029) 2021-01-05 12:43:47 -08:00
change_detection fix(core): Support extending differs from root `NgModule` (#39981) 2020-12-07 09:51:27 -08:00
debug
di fix(core): Allow passing AbstractType to the inject function (#37958) 2020-11-24 10:42:21 -08:00
dom
i18n
linker fix(compiler): disallow i18n of security-sensitive attributes (#39554) 2020-11-23 08:29:06 -08:00
metadata
reflection
render3 feat(compiler-cli): JIT compilation of directive declarations (#40101) 2020-12-23 09:52:19 -08:00
sanitization refactor(core): express trusted constants with tagged template literals (#40082) 2021-01-05 13:56:57 -08:00
strict_types build: upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#39182) 2020-10-08 11:54:59 -07:00
testability
util refactor(core): remove custom globalThis (#40123) 2020-12-17 11:43:28 -08:00
view refactor(core): Cleanup non-standard `Injector` handling. (#39621) 2020-11-16 09:12:46 -08:00
zone feat(core): add shouldCoalesceRunChangeDetection option to coalesce change detections in the same event loop. (#39422) 2020-11-16 08:58:50 -08:00
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