mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
We have a check that determines whether to generate property binding instructions for an `ng-template`. The check looks at whether the tag name is exactly `ng-template`, but the problem is that if the tag is placed in a non-HTML namespace (e.g. `svg`), the tag name will actually be `:namespace:ng-template` and the check will fail. These changes resolve the issue by looking at the tag name without the namespace. Fixes #41308. PR Close #41669 |
||
|---|---|---|
| .. | ||
| partial | ||
| view | ||
| r3_ast.ts | ||
| r3_class_metadata_compiler.ts | ||
| r3_factory.ts | ||
| r3_identifiers.ts | ||
| r3_injector_compiler.ts | ||
| r3_jit.ts | ||
| r3_module_compiler.ts | ||
| r3_pipe_compiler.ts | ||
| r3_template_transform.ts | ||
| util.ts | ||