added loan's forms
This commit is contained in:
17
src/app/components/user-table/user-table.ts
Normal file
17
src/app/components/user-table/user-table.ts
Normal 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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user