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

11 lines
248 B
HTML
Raw Normal View History

<nb-card>
<nb-card-header>
Smart Table
</nb-card-header>
<nb-card-body>
2020-03-03 11:52:57 +03:00
<!-- <ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)">
</ng2-smart-table> -->
</nb-card-body>
</nb-card>