How do you find the code coverage for angular 2 code? Is there any plugin for vs code editor or webstorm that I can use? I am using Jasmine and Karma for unit testing of my code
ng test --code-coverage
or
ng test --code-coverage --reporters=teamcity,coverage-istanbul