From b1fe63d0818b2658719f10d8898935271c0513fd Mon Sep 17 00:00:00 2001 From: Trotyl Yu Date: Mon, 29 May 2017 15:41:17 +0800 Subject: [PATCH] fix(aio): add missing WeakMap polyfill --- aio/src/ie-polyfills.js | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/src/ie-polyfills.js b/aio/src/ie-polyfills.js index f97391461d..83bd30af94 100644 --- a/aio/src/ie-polyfills.js +++ b/aio/src/ie-polyfills.js @@ -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 */