added all pages from project
This commit is contained in:
11
src/app/pages/book/book.ts
Normal file
11
src/app/pages/book/book.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-book',
|
||||
imports: [],
|
||||
templateUrl: './book.html',
|
||||
styleUrl: './book.css',
|
||||
})
|
||||
export class Book {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user