mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
952fd8662c
Although in SSR we patch the global prototypes with DOM globals like Element and Node, this patch does not occur before the matches function is called in Angular Elements. This is similar to the behavior in @angular/upgrade. Fixes #24551 PR Close #37799