angular / zone.js

Implements Zones for JavaScript
https://github.com/angular/angular/tree/master/packages/zone.js/
MIT License
3.25k stars 407 forks source link

Browser extensions have window.customElements defined as null #1209

Closed vikerman closed 5 years ago

vikerman commented 5 years ago

Browser extensions using Zone have window.customElements defined but set to null :P

Change needed to keep them happy is actually check whether they are != null here - https://github.com/angular/zone.js/blob/master/lib/browser/custom-elements.ts#L11