angular / angular

Deliver web apps with confidence 🚀
https://angular.dev
MIT License
94.71k stars 24.68k forks source link

fix(compiler): add math elements to schema #55631

Closed crisbeto closed 2 weeks ago

crisbeto commented 2 weeks ago

Fixes that we didn't have the MathML elements in the schema. Note that we can't discover which tag names are available by looking at globally-available classes, because all MathML elements are MathMLElement rather than something like SVGCircleElement. As such, I ended up having to hardcode the currently-available tags.

Fixes #55608.

AndrewKushnir commented 2 weeks ago

This PR was merged into the repository by commit 2e891ad72a6dd4f7f0707a51990cff63ec02f4ce.