finish all getall into table

This commit is contained in:
2025-11-18 12:04:51 +01:00
parent 73ce63d7d0
commit 4b5fd254a1
57 changed files with 3048 additions and 82 deletions

View File

@@ -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',