fixed errors
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<app-modal-nav nameIcon="edit" name="Modification de l'utilisateur" class="cursor-pointer">
|
||||
<app-profil-form></app-profil-form>
|
||||
</app-modal-nav>
|
||||
<nz-divider nzType="vertical"></nz-divider>
|
||||
<div>
|
||||
<nz-icon nzType="delete" nzTheme="outline" class="cursor-pointer text-red-700"/>
|
||||
</div>
|
||||
|
||||
@@ -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