web-framework-angular-standalone

Installation
SKILL.md

Angular Standalone Patterns

Quick Guide: Components are standalone and declare their own imports; NgModules are opt-in. State is signals — signal(), computed(), linkedSignal() for derived state you also write to, effect() only for genuine side effects and afterRenderEffect() for DOM work. Communication is input(), output() and model(). Templates use @if, @for (always with track), @switch and @defer, none of which need an import. Dependencies come from inject().

Detailed Resources:


Which path applies

Installs
24
GitHub Stars
24
First Seen
Apr 7, 2026
web-framework-angular-standalone — agents-inc/skills