:::warning AUTO-GENERATED — do not edit
This page is generated from the MCP server snapshot content/guide-angular-mcp.json.
Edit the source MCP server (not this file), then run npm run generate.
:::
Guide (Angular) — Task Recipes
Source server: @rystad/guide-angular-mcp · Generated: 2026-08-17T09:01:41.431Z
| Recipe | Title | When to use |
|---|---|---|
discover-api | Find the right API endpoint (do this before any data work) | You need data from the backend and must confirm the exact endpoint, params, and response shape before writing an HttpClient service. |
add-data-table | Add a data table backed by a real API (Angular) | You want to display a list/collection of records from a backend service in a table. |
run-verify | Run the Angular verify gate before declaring done | You believe a task is finished and want to confirm it before reporting done. |
See also: Guide (Angular) Guardrails.
Raw list snapshot
[
{
"id": "discover-api",
"title": "Find the right API endpoint (do this before any data work)",
"when": "You need data from the backend and must confirm the exact endpoint, params, and response shape before writing an HttpClient service."
},
{
"id": "add-data-table",
"title": "Add a data table backed by a real API (Angular)",
"when": "You want to display a list/collection of records from a backend service in a table."
},
{
"id": "run-verify",
"title": "Run the Angular verify gate before declaring done",
"when": "You believe a task is finished and want to confirm it before reporting done."
}
]