fix(aio): add missing WeakMap polyfill

This commit is contained in:
Trotyl Yu 2017-05-29 15:41:17 +08:00 committed by Matias Niemelä
parent f2ee1dcdb7
commit b1fe63d081
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';
/** IE10 and IE11 requires the following for NgClass support on SVG elements */