mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
fix(ie): add es7 object polyfill for IE
This commit is contained in:
parent
b54ab9f79c
commit
0630fe7524
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue