finish all getall into table
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {Component, inject, OnInit, signal} from '@angular/core';
|
||||
import {BookCard} from "../../components/book-card/book-card";
|
||||
import {BookTable} from "../../components/book-table/book-table";
|
||||
import {Modal} from "../../components/modal/modal";
|
||||
import {CreateBook} from "../../components/create-book/create-book";
|
||||
|
||||
@Component({
|
||||
selector: 'app-book',
|
||||
imports: [
|
||||
BookCard,
|
||||
BookTable,
|
||||
Modal,
|
||||
CreateBook
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user