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`.