Angular v22 CreateComponent Modern API

Installation
SKILL.md

Angular v22 CreateComponent Modern API

Purpose

Use modern ViewContainerRef.createComponent(Component) or createComponent APIs with explicit injector/projectable nodes.

Keep the work concern-first: this skill handles one risk area and does not replace the Angular 21 to 22 hop orchestrator.

When to Use

  • The task specifically involves use modern viewcontainerref.createcomponent(component) or createcomponent apis with explicit injector/projectable nodes.
  • The project is on Angular 22 or planning the Angular 22 hop.
  • A narrower concern-first skill is better than a generic v22 baseline skill.

Do Not Use When

  • The project version is unknown and the compatibility router has not run.
  • The task is unrelated to this risk area.
  • The user only needs a general Angular explanation.
Installs
GitHub Stars
3
First Seen
Angular v22 CreateComponent Modern API — janpereira-dev/ngautopilot