Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts
Conditional block (ngIf, v-if, v-show)
Properties
| Property | Type |
|---|---|
type | `'if' |
condition | string |
line | number |
elements | TemplateElement[] |
Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts
Conditional block (ngIf, v-if, v-show)
| Property | Type |
|---|---|
type | `'if' |
condition | string |
line | number |
elements | TemplateElement[] |
Was this page helpful?