fix(aio): add missing WeakMap polyfill
This commit is contained in:
parent
f2ee1dcdb7
commit
b1fe63d081
|
@ -11,6 +11,7 @@ import 'core-js/es6/date';
|
||||||
import 'core-js/es6/array';
|
import 'core-js/es6/array';
|
||||||
import 'core-js/es6/regexp';
|
import 'core-js/es6/regexp';
|
||||||
import 'core-js/es6/map';
|
import 'core-js/es6/map';
|
||||||
|
import 'core-js/es6/weak-map';
|
||||||
import 'core-js/es6/set';
|
import 'core-js/es6/set';
|
||||||
|
|
||||||
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
|
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
|
||||||
|
|
Loading…
Reference in New Issue