WebStorm (Version >= 2006.2.EAP) provides Angular-CLI to create new Angular2 Projects out of the box.
The question now is: How can I create a new route (with all the necessary files: component, html-tpl, spec.ts, e2e.specs, etc..) on the fly within WebStorm? "Right-Click > Create a new route" does not exist. Can someone help me further?