ngx-admin/src/app/pages/service-agreement/sa.component.html
2020-05-28 13:32:55 +07:00

12 lines
No EOL
398 B
HTML

<nb-card>
<nb-card-header>
Service Agreement
</nb-card-header>
<nb-card-body>
<ng2-smart-table [settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfirm($event)"
(createConfirm)="onCreateConfirm($event)" (editConfirm)="onCreateConfirm($event)"
(userRowSelect)="openWindowForm($event)">
</ng2-smart-table>
</nb-card-body>
</nb-card>