Ngmodule To Standalone Migration banner
alexnesteruk alexnesteruk

Ngmodule To Standalone Migration

Development community

Description

--- name: ngmodule-to-standalone-migration description: Convert an Angular NgModule-based component or route into a standalone component using signals and new control-flow syntax arguments: - name: source description: The NgModule, component, or route config to convert required: true - name: routing description: Whether the component is lazy-loaded via loadChildren and needs a loadComponent() route update required: false --- # NgModule to Standalone Migration Convert the fo

Installation

Installs to ~/.claude/skills/alexnesteruk-agent-registry-ngmodule-to-standalone-migration/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexnesteruk-agent-registry-ngmodule-to-standalone-migration && curl -fsSL https://raw.githubusercontent.com/alexnesteruk/agent-registry/HEAD/skills/ngmodule-to-standalone-migration.md -o ~/.claude/skills/alexnesteruk-agent-registry-ngmodule-to-standalone-migration/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository