mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b95b5b55d8
non-destructive hydration expects the DOM tree to have the same structure in both places. With this commit, the app will throw an error if comments are stripped out by the http server (eg by some CDNs). PR Close #51276