ngx-admin/src/app/pages/tables/smart-table/smart-table.component.html

11 lines
245 B
HTML
Raw Normal View History

<nga-card>
<nga-card-header>
Smart Table
</nga-card-header>
<nga-card-body>
<ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)">
</ng2-smart-table>
</nga-card-body>
</nga-card>