# ComponentUsage

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts#L163)

Component usage in template

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `tag` | `string` |
| `line` | `number` |
| `inputs` | `Record<string, string>` |
| `outputs` | `Record<string, string>` |
| `conditionalOn` | `string` |
