Skip to content

Commit

Permalink
fix(ie): add es7 object polyfill for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Mar 2, 2018
1 parent b54ab9f commit 0630fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'intl'; // Run `npm install --save intl`.
import 'intl/locale-data/jsonp/en';
import 'core-js/es7/array';
import 'core-js/es7/object';

if (typeof SVGElement.prototype.contains === 'undefined') {
SVGElement.prototype.contains = HTMLDivElement.prototype.contains;
Expand Down

0 comments on commit 0630fe7

Please sign in to comment.