added user's forms
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
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";
|
||||
import {UpdateLoan} from "../update-loan/update-loan";
|
||||
import {UserInfo} from "../../interfaces/user.interfaces";
|
||||
import {LoanTable} from "../loan-table/loan-table";
|
||||
import {UpdateUser} from "../update-user/update-user";
|
||||
@@ -17,7 +14,6 @@ import {UpdateUser} from "../update-user/update-user";
|
||||
Modal,
|
||||
NzButtonComponent,
|
||||
NzTableComponent,
|
||||
UpdateLoan,
|
||||
LoanTable,
|
||||
UpdateUser
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user