Angular-CLI-Based-Template: IE11 Issue #285

Closed
opened 2025-08-09 17:15:42 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @ryanbuening on 12/7/2017

IE11 is throwing an error on line 14 in ClientApp/node_modules/core-js/modules/_for-of.js to the console when running an app created with the new Angular-CLI template.

SCRIPT5022: Exception thrown and not caught
eval code (194) (14,36)
if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');

IE11 version 11.726.15063.0

*Originally created by @ryanbuening on 12/7/2017* IE11 is throwing an error on line 14 in `ClientApp/node_modules/core-js/modules/_for-of.js` to the console when running an app created with the new Angular-CLI template. `SCRIPT5022: Exception thrown and not caught` `eval code (194) (14,36)` ` if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');` IE11 version 11.726.15063.0
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#285
No description provided.