mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a532d71975
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