added profil section and fix error in stock-table.html

This commit is contained in:
2025-11-13 23:37:49 +01:00
parent ef5aaf67bd
commit 9c8a41286a
9 changed files with 138 additions and 38 deletions

View File

@@ -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',