Generate a new Angular service
Generates a new Angular service with CLI, proper location, and usage guidance.
/plugin marketplace add jamesscalescode/claude-dev-toolkit/plugin install claude-dev-toolkit@claude-dev-toolkitpath/service-nameGenerate a new Angular service at $1:
Create the service using Angular CLI:
ng generate service $1
The service will include:
Provide guidance on:
Suggest appropriate location based on service type:
core/services/features/{feature-name}/services/shared/services/If the user didn't specify a path, ask them what type of service it is and suggest the appropriate location.