mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the compiler treats something like `{{ '{{a}}' }}` as a nested
binding and throws an error, because it doesn't account for quotes
when it looks for binding characters. These changes add a bit of
logic to skip over text inside quotes when parsing.
Fixes #39601.
PR Close #39826
|
||
|---|---|---|
| .. | ||
| util | ||
| binding_parser_spec.ts | ||
| template_parser_absolute_span_spec.ts | ||
| template_parser_spec.ts | ||
| template_preparser_spec.ts | ||