added loan's forms

This commit is contained in:
2025-11-11 15:40:33 +01:00
parent 2ca124589a
commit 48b4c778ea
16 changed files with 497 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
import { Component } from '@angular/core';
import {NzTableComponent} from "ng-zorro-antd/table";
import {NzDividerComponent} from "ng-zorro-antd/divider";
import {Modal} from "../modal/modal";
import {UpdateAuthor} from "../update-author/update-author";
import {DatePipe} from "@angular/common";
import {NzButtonComponent} from "ng-zorro-antd/button";
@Component({
selector: 'app-user-table',
imports: [],
templateUrl: './user-table.html',
styleUrl: './user-table.css',
})
export class UserTable {
}