I am currently facing an issue with IE 11 browser. I am building a web application using angular 4, and I have a requirement where I need to display a button twice in the page. This button is a component, and hence the page html will have this component mentioned twice. In all other browsers I see the button is getting displayed twice. But in IE, only one button is rendered. Seeing the console log I see there is a error thrown.
object doesn't support property or method 'foreach'
I feel this is the issue why the button is not displayed, I tried all the alternatives like adding all the necessary import in the polyfill.js, but didn't help.
Could someone please help on this issue?