From 86f5a383d1ab0471943cf532bd58c44b7b27576b Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 26 Oct 2017 17:00:44 +0100 Subject: [PATCH] add custom event polyfill IE11 (#2557) --- demo-shell-ng2/src/polyfills.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demo-shell-ng2/src/polyfills.ts b/demo-shell-ng2/src/polyfills.ts index a609b61fdf..c4cda5e424 100644 --- a/demo-shell-ng2/src/polyfills.ts +++ b/demo-shell-ng2/src/polyfills.ts @@ -66,3 +66,9 @@ import 'zone.js/dist/zone'; // Included with Angular CLI. * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10 */ import 'intl'; // Run `npm install --save intl`. + +/** + * Support custom event in IE11 + * + * */ +import 'custom-event-polyfill/custom-event-polyfill' // Run `npm install --save custom-event-polyfill`.