finish all getall into table
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {CreateAuthor} from "../../components/create-author/create-author";
|
||||
import {Modal} from "../../components/modal/modal";
|
||||
import {AuthorCard} from "../../components/author-card/author-card";
|
||||
import {AuthorTable} from "../../components/author-table/author-table";
|
||||
|
||||
@Component({
|
||||
selector: 'app-author',
|
||||
imports: [
|
||||
CreateAuthor,
|
||||
Modal,
|
||||
AuthorCard
|
||||
AuthorTable
|
||||
],
|
||||
templateUrl: './author.html',
|
||||
styleUrl: './author.css',
|
||||
|
||||
Reference in New Issue
Block a user