Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts
Loop block (ngFor, v-for)
Properties
| Property | Type |
|---|---|
type | 'for' |
variable | string |
collection | string |
line | number |
indexVariable | string |
elements | TemplateElement[] |
Was this page helpful?