mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c8341470cc
`global` property is not available in the browser, previously this was polyfilled through `core-js`. This now fails with `global is not defined`, since global cannot be accessed when not defined. PR Close #41739