Is there a reliable code coverage measurement tool or framework that can easily be integrated to assess the code coverage of Angular2-TypeScript code with QUnit tests?
I have come across some frameworks like remap-istanbul, blanket.js etc., but these frameworks encountered exceptions when importing statements from Angular2 libraries (e.g. angular2/core or @angular/core)