You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is constantly calling isNan function in es6-shim.js.
The problem seems to be due to the reason that set and get functions of the polyfill are extremely slow (compared to their native counterparts) and take most of the time.
The text was updated successfully, but these errors were encountered:
aronallen
changed the title
set/get ngFor performance bottleneck on IE11
set/get ngFor performance on IE11
Aug 9, 2016
Hi,
We are having this issue in Angular 2 land.
Any chance shim performance can be improved for IE11.
angular/angular#8112
The text was updated successfully, but these errors were encountered: