Currently working on a webpage using Angular 7. The code is functioning perfectly in Chrome, however, I am facing an Exception error while running it in IE:
An issue arises: Can't convert object to primitive value (polyfills.ts)
The source of the error is unclear to me...
I came across a thread suggesting that all classes need a toString method, which I added, but it did not resolve the issue. I also removed all ${}... with no success.
IE Console: IE Console Error Screenshot
Debugger: Debugger Screenshot