I have an Angular 6.x app running perfectly in Chrome. The problem is when trying to run it in IE 11, I'm getting the error:
Error: Invalid argument. at DefaultDomRenderer2.prototype.setProperty...
Already tried all answers in StackOverflow that I could find with no help. I'm listing theme here so you guys won't try them as answers:
- Added all polyfills needed for IE but still having the same problem.
Added in head tag:
<meta http-equiv="X-UA-Compatible" content="IE=11">
Thank you for helping.