AI AGENT ADDONS

Angular SSR makes your websites load faster. It creates HTML on the server instead of the browser. This helps search engines see your content and users see pages sooner.

You can choose how each page is rendered. Some pages are built once as static files. Others are created fresh for each visitor. Parts of a page can also hydrate later for interactive features.

This skill helps you set up SSR, fix hydration problems, and pre-render routes. It works with Angular version 20 and higher.

Add Angular Ssr skill to your workflow

Global

mkdir -p ~/.claude/skills/angular-ssr

Project

mkdir -p .claude/skills/angular-ssr

Source Repository

Stars
596
Forks
70
Watchers
596
License
MIT
Last Push
4 months ago
Created
6 months ago