I have an Angular app which I think is version 4. IE 11 crashes during a login sequence in this app: \"Can\'t execute code from a freed script\". According to the IE console the
I'm on Angular 8 and I needed to combine two lines from a couple of these solutions. This suppressed the message for me.
in polyfill.js:
window['__Zone_enable_cross_context_check'] = true window['__Zone_disable_IE_check'] = true; import 'zone.js/dist/zone'; // Included with Angular CLI.