ng-cli-helperThis extension helps to easily generate components, modules, services, directives, pipes with angular CLI. Usually we have to specify the path to where the component or any thing else in the CLI command
The problems with this approach:
With this extension user only has to right click on the folder in which to create the module / component etc and select the what to create. That's all!!!. This extension will find the path to specify in the CLI command, the project and runs the command too. |