added login form
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user