Skip to content

GridResponsiveCardContext

Context object passed to the responsive card template.

<tbw-grid-responsive-card>
<ng-template let-row let-index="index">
<div class="card-content">
<span>{{ row.name }}</span>
<span>Row #{{ index }}</span>
</div>
</ng-template>
</tbw-grid-responsive-card>
PropertyTypeDescription
$implicitTRowThe row data (available as let-row or let-myVar).
rowTRowThe row data (explicit access via let-row="row").
indexnumberThe row index (zero-based).
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt