mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d5cbcef0ea
Comment nodes that are child nodes of unsafe elements are identified as text nodes. This results in the comment node being returned as an encoded string. Add a check to ignore such comment nodes. PR Close #25879