added login form

This commit is contained in:
2025-11-12 16:35:20 +01:00
parent 07729fd236
commit 4bdae0252b
7 changed files with 69 additions and 10 deletions

View File

@@ -4,9 +4,7 @@ import {Modal} from "../modal/modal";
import {DatePipe} from "@angular/common";
import {NzButtonComponent} from "ng-zorro-antd/button";
import {UserInfo} from "../../interfaces/user.interfaces";
import {LoanTable} from "../loan-table/loan-table";
import {UpdateUser} from "../update-user/update-user";
import {UpdateLoan} from "../update-loan/update-loan";
@Component({
selector: 'app-user-table',
@@ -15,9 +13,7 @@ import {UpdateLoan} from "../update-loan/update-loan";
Modal,
NzButtonComponent,
NzTableComponent,
LoanTable,
UpdateUser,
UpdateLoan
],
templateUrl: './user-table.html',
styleUrl: './user-table.css',