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

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.
source
share