I'm coding a webpage with Angular 7. Everything workes fine in Chrome, but in IE get en Exception while running:
Can't convert object to primitive value (polyfills.ts)
I really don't know where exactly the error came from....
I already found a Thread, where it says, that all Classes need a toString Method, so i added one, but this doesn't worked. Also i removed every ${}... Nothing.
IE Konsole: IE-Konsole
Debugger: Debugger