angular.courses
Ship Angular upgrades faster. Compatibility, release insights, and skimmable editions—one place. Avoid surprises and learn how Angular features evolved.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 0 · Act 8 · Transact 0 · Score: Not yet scored
Tool inspector
caniuse_get_upgrade_plan
Build an upgrade briefing for moving an Angular app from one major version to another. Mixes five sources: Can I Use feature status changes (newly introduced/promoted/deprecated features), the ng-update migrations catalog (mandatory vs optional schematics), the Angular ESLint caniuse rules introduced in that range, the official Node/TypeScript/RxJS compatibility matrix for the target version, and the official release announcement (and video, when available) for each version crossed. Prefer this over separately calling caniuse_search_features, an eslint lookup and a migrations lookup when the user asks something like "what do I need to do to go from v18 to v22".
Page: /caniuse
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
fromVersion |
number | yes | Current Angular major version, e.g. 17. |
toVersion |
number | yes | Target Angular major version, e.g. 22. |
Raw JSON schema
{
"type": "object",
"properties": {
"fromVersion": {
"type": "number",
"description": "Current Angular major version, e.g. 17."
},
"toVersion": {
"type": "number",
"description": "Target Angular major version, e.g. 22."
}
},
"required": [
"fromVersion",
"toVersion"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…