Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with IE 11 #13

Closed
sai2812 opened this issue Sep 1, 2018 · 4 comments
Closed

compatibility with IE 11 #13

sai2812 opened this issue Sep 1, 2018 · 4 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@sai2812
Copy link

sai2812 commented Sep 1, 2018

your angular sample code as well as application does not work in IE 11 can you please check it once... its showing error

@KlausHans
Copy link

KlausHans commented Sep 3, 2018

You'll need to uncomment some Polyfills in the polyfill.ts file of the Angular application. It works in IE11.

@codehippie1
Copy link
Contributor

@KlausHans Thanks for the response. Would you be able to comment with the exact lines you needed to comment to make it work for IE11

@KlausHans
Copy link

Of course. In the polyfills.ts (same level in the angular project like the index.html) just uncomment the import lines:

/** IE9, IE10 and IE11 requires all of the following polyfills. **/
//import 'core-js/es6/symbol';
//import 'core-js/es6/object';
//import 'core-js/es6/function';
//import 'core-js/es6/parse-int';
//import 'core-js/es6/parse-float';
//import 'core-js/es6/number';
//import 'core-js/es6/math';
//import 'core-js/es6/string';
//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';

@codehippie1 codehippie1 added help wanted Extra attention is needed question Further information is requested labels Sep 19, 2018
@codehippie1
Copy link
Contributor

Marking this as solved. Added relevant labels for others to find it easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants