Мое angular приложение отлично работает со всеми веб-браузерами, кроме inte rnet explorer. Это показывает эту ошибку в консоли.
polypills.ts выглядит следующим образом,
* BROWSER POLYFILLS
*/
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/number';
import 'core-js/es6/string';
import 'core-js/es6/array';
/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';
(window as any).__Zone_enable_cross_context_check = true;