added all pages from project
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<p>author works!</p>
|
||||
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-author',
|
||||
imports: [],
|
||||
templateUrl: './author.html',
|
||||
styleUrl: './author.css',
|
||||
})
|
||||
export class Author {
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<p>book works!</p>
|
||||
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-book',
|
||||
imports: [],
|
||||
templateUrl: './book.html',
|
||||
styleUrl: './book.css',
|
||||
})
|
||||
export class Book {
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<p>loan works!</p>
|
||||
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-loan',
|
||||
imports: [],
|
||||
templateUrl: './loan.html',
|
||||
styleUrl: './loan.css',
|
||||
})
|
||||
export class Loan {
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<p>user works!</p>
|
||||
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-user',
|
||||
imports: [],
|
||||
templateUrl: './user.html',
|
||||
styleUrl: './user.css',
|
||||
})
|
||||
export class User {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user