list_ntv_components
Discover available NTV Scaffolding Angular components by category to understand available UI elements, forms, navigation, data displays, layouts, and utilities for development projects.
Instructions
Lists all available NTV Scaffolding components with their basic information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category: ui, form, navigation, data, layout, utility |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Filter by category: ui, form, navigation, data, layout, utility",
"type": "string"
}
},
"type": "object"
}