TwanoO67 / bootstraping-ngx-admin-lte

Angular2,4,6 project with AdminLTE dashboard template (using angular, angular-cli and ngx-admin-lte ) Formerly called 'ng2-admin-lte'.
463 stars 220 forks source link

Its not working for me in IE10 #81

Closed cravikumar closed 7 years ago

cravikumar commented 7 years ago

I jus downloaded the whole zip and executed below, npm-install npm-start

Below is the error that i see in console

console error

nileshyadav326 commented 7 years ago

i am also getting the same error have u found any solution on the same.

TwanoO67 commented 7 years ago

Install with yarn to ensure correct dependancies version

nileshyadav326 commented 7 years ago

nope same issue. done the new checkout of this repo and install all dependency with yarn same issue.

image

image

TwanoO67 commented 7 years ago

This repo asn't change the last 5 month ( except for @nileshyadav326 merge ). And I still using it on ubuntu and it's working. So: Maybe something in windows as changed... (but i don't think so...) Or something change in the dependancies.

But I have no window computer to test on it sorry :/

TwanoO67 commented 7 years ago

Hello guys,

I made a new version with angular4. can you confirm if the bug is fixed now ?

nileshyadav326 commented 7 years ago

once we uncomment the below lines from polyfill.js its working fine

/ 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/set';

TwanoO67 commented 7 years ago

Can you confirm it's fixed ?

nileshyadav326 commented 7 years ago

yes, it's working fine tested in IE 11 and above.

TwanoO67 commented 7 years ago

Thank you ;)