Karma allows you to use Chrome Headless for running your tests (check out this greattutorialin the Chrome blog). With Karma, your tests are executed in a real browser environment but without the overhead created by running a full Chrome instance. WebStorm now enables you to debug Karma tests...
WebStorm will now inject JavaScript inside any bindings so you can enjoy code completion. You can now get coding assistance and type inference for the variables defined in the template. Other improvements include code completion and resolve of custom event handlers defined in the component with the...