added profil section and fix error in stock-table.html
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {UserInfo} from "../../interfaces/user.interface";
|
||||
import {NzButtonComponent} from "ng-zorro-antd/button";
|
||||
import {ProfilForm} from "../profil-form/profil-form";
|
||||
import {ModalNav} from "../modal-nav/modal-nav";
|
||||
|
||||
@Component({
|
||||
selector: 'app-profil',
|
||||
imports: [
|
||||
NzButtonComponent
|
||||
ProfilForm,
|
||||
ModalNav
|
||||
],
|
||||
templateUrl: './profil.html',
|
||||
styleUrl: './profil.css',
|
||||
|
||||
Reference in New Issue
Block a user