get_ntv_component_usage_pattern
Retrieve Angular standalone component usage patterns for specific NTV components to implement correct component integration in your Angular applications.
Instructions
Gets the proper Angular standalone component usage pattern for a specific NTV component
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | Component name (e.g., 'Button', 'Input', 'Card') |
Input Schema (JSON Schema)
{
"properties": {
"component": {
"description": "Component name (e.g., 'Button', 'Input', 'Card')",
"type": "string"
}
},
"required": [
"component"
],
"type": "object"
}