fixed errors
This commit is contained in:
@@ -5,6 +5,7 @@ import {NzTableComponent} from "ng-zorro-antd/table";
|
||||
import {StockForm} from "../stock-form/stock-form";
|
||||
import {UserInfo} from "../../interfaces/user.interface";
|
||||
import {ProfilForm} from "../profil-form/profil-form";
|
||||
import {NzDividerComponent} from "ng-zorro-antd/divider";
|
||||
|
||||
@Component({
|
||||
selector: 'app-user-table',
|
||||
@@ -12,7 +13,8 @@ import {ProfilForm} from "../profil-form/profil-form";
|
||||
ModalNav,
|
||||
NzIconDirective,
|
||||
NzTableComponent,
|
||||
ProfilForm
|
||||
ProfilForm,
|
||||
NzDividerComponent
|
||||
],
|
||||
templateUrl: './user-table.html',
|
||||
styleUrl: './user-table.css',
|
||||
|
||||
Reference in New Issue
Block a user