14 lines
724 B
JSON
14 lines
724 B
JSON
{
|
|
"version": "1.0.0",
|
|
"organization": "Antigravity Awesome Skills",
|
|
"date": "February 2026",
|
|
"abstract": "Performance optimization and best practices guide for Angular applications designed for AI agents and LLMs. Covers change detection strategies (OnPush, Signals, Zoneless), avoiding async waterfalls, bundle optimization with lazy loading and @defer, rendering performance, SSR/hydration patterns, and memory management. Prioritized by impact from critical to incremental improvements.",
|
|
"references": [
|
|
"https://angular.dev/best-practices",
|
|
"https://angular.dev/guide/performance",
|
|
"https://angular.dev/guide/zoneless",
|
|
"https://angular.dev/guide/ssr",
|
|
"https://web.dev/performance"
|
|
]
|
|
}
|