mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
TemplateDefinitionBuilder is apparently more careful about when it attempts to split namespaces in attribute values. However, we are doing this on style attributes, which might start with a single `:`. Rather than refactor our logic to only try to split namespaces in some cases, we can just add an option to make namespace splitting fail gracefully. We only use this option for attributes, not elements. Note also: the compiled code for this, while "correct" is absolutely insane. Maybe we should consider fixing this, as a matter of principle. PR Close #53574 |
||
|---|---|---|
| .. | ||
| ast.ts | ||
| defaults.ts | ||
| entities.ts | ||
| html_parser.ts | ||
| html_tags.ts | ||
| html_whitespaces.ts | ||
| icu_ast_expander.ts | ||
| lexer.ts | ||
| parser.ts | ||
| tags.ts | ||
| tokens.ts | ||
| xml_parser.ts | ||
| xml_tags.ts | ||