I've recently upgrade a large Angular application from 7.2 to 8. In IE11 I'm getting an error message ERROR Error: Invalid argument
. I've read a couple of post that explain what the cause might be but I have no idea how to find the source of the problem. There is no stack trace or line number. I'm guessing the error is thrown from an Angular error handler which in IE11 gives very little detail?
Does anyone have any suggestions for debugging Angular 8 in IE11?
Related posts:
Thanks