mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Allows for self-closing tags to be used for non-native tag names, e.g. `<foo [input]="bar"></foo>` can now be written as `<foo [input]="bar"/>`. Native tag names still have to have closing tags. Fixes #39525. PR Close #48535 |
||
|---|---|---|
| .. | ||
| ast.ts | ||
| entities.ts | ||
| html_parser.ts | ||
| html_tags.ts | ||
| html_whitespaces.ts | ||
| icu_ast_expander.ts | ||
| interpolation_config.ts | ||
| lexer.ts | ||
| parser.ts | ||
| tags.ts | ||
| tokens.ts | ||
| xml_parser.ts | ||
| xml_tags.ts | ||