add custom event polyfill IE11 (#2557)

This commit is contained in:
Eugenio Romano 2017-10-26 17:00:44 +01:00 committed by Popovics András
parent d97d365d74
commit 86f5a383d1

View File

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