Generate a new Angular component
Generates Angular components with TypeScript class, template, stylesheet, and test files.
/plugin marketplace add jamesscalescode/claude-dev-toolkit/plugin install claude-dev-toolkit@claude-dev-toolkitpath/component-nameGenerate a new Angular component at $1:
Create the component using Angular CLI:
ng generate component $1
The component will include:
Provide guidance on:
If the user didn't specify a path, ask them where they want to create it (e.g., features/user/components/user-profile or shared/components/button).