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_search_features
Search Angular's Can I Use feature-compatibility catalog (APIs, CLI capabilities, and other Angular features). Returns each match's name, package, description and status per Angular major version. Use this to find the exact feature name/id before calling caniuse_get_feature.
Page: /caniuse
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | no | Case-insensitive substring to match against the feature name. |
package |
string | no | Exact npm package name to filter by, e.g. "@angular/core". |
status |
string | no | Only return features whose latest known status equals this value. |
limit |
number | no | Max results to return (default 20, max 100). |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Case-insensitive substring to match against the feature name."
},
"package": {
"type": "string",
"description": "Exact npm package name to filter by, e.g. \"@angular/core\"."
},
"status": {
"type": "string",
"enum": [
"experimental",
"preview",
"stable",
"deprecated",
"removed"
],
"description": "Only return features whose latest known status equals this value."
},
"limit": {
"type": "number",
"description": "Max results to return (default 20, max 100)."
}
}
}
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…