Angular v22 Dynamic Module Creation
Installation
SKILL.md
Angular v22 Dynamic Module Creation
Purpose
Use this skill when Angular 22 code still needs runtime module creation or legacy NgModule boundaries.
When to Use
Use this skill when:
- The app creates NgModules dynamically at runtime.
- Legacy integration still depends on dynamic module creation.
- You need to replace removed module-creation APIs without broad refactoring.
When Not to Use
Do not use this skill when: