I am using SVG.js. So I get ready SVG file, I catch div with document.getElementById and I make innerHTML. I had an error but when I used Angular sanitizer error is now not displaying (It was 'access denied'). Everything is working fine on Edge/Chrome except IE 11. I used Angular's polyfills - I uncommented things from polyfills.ts and used npm install in same cases where it is required. I don't know why it is not working.
- I found informations that IE need viebox - I checked and it is inside my SVG. topic here
- I tried to not innerHTML directly - so I make new div with id and I append it into my empty (always existing) div. Still not working. topic here