Angular 2 - More useful stack traces?

Using Angular 2, a typical stack trace looks like this (see attached image)

enter image description here

Unfortunately, none of these lines are related to my code at all (using Typescript and a lot of asynchronous / pending). How can I get my actual stack trace / line that fails?

(Yes, I also get a lot of "Original stack trace" messages on the console, but they are also useless.

+4
source share

Source: https://habr.com/ru/post/1655643/


All Articles