|
|
@ -151,7 +151,6 @@ import { Component, inject } from '@angular/core'; |
|
|
import { BookDto, BooksService } from './books.service'; |
|
|
import { BookDto, BooksService } from './books.service'; |
|
|
|
|
|
|
|
|
@Component({ |
|
|
@Component({ |
|
|
standalone: true, |
|
|
|
|
|
selector: 'app-books', |
|
|
selector: 'app-books', |
|
|
templateUrl: './books.component.html', |
|
|
templateUrl: './books.component.html', |
|
|
providers: [ListService, BooksService], |
|
|
providers: [ListService, BooksService], |
|
|
|