added all pages from project
This commit is contained in:
0
src/app/pages/author/author.css
Normal file
0
src/app/pages/author/author.css
Normal file
1
src/app/pages/author/author.html
Normal file
1
src/app/pages/author/author.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<p>author works!</p>
|
||||||
11
src/app/pages/author/author.ts
Normal file
11
src/app/pages/author/author.ts
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-author',
|
||||||
|
imports: [],
|
||||||
|
templateUrl: './author.html',
|
||||||
|
styleUrl: './author.css',
|
||||||
|
})
|
||||||
|
export class Author {
|
||||||
|
|
||||||
|
}
|
||||||
0
src/app/pages/book/book.css
Normal file
0
src/app/pages/book/book.css
Normal file
1
src/app/pages/book/book.html
Normal file
1
src/app/pages/book/book.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<p>book works!</p>
|
||||||
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 {
|
||||||
|
|
||||||
|
}
|
||||||
0
src/app/pages/loan/loan.css
Normal file
0
src/app/pages/loan/loan.css
Normal file
1
src/app/pages/loan/loan.html
Normal file
1
src/app/pages/loan/loan.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<p>loan works!</p>
|
||||||
11
src/app/pages/loan/loan.ts
Normal file
11
src/app/pages/loan/loan.ts
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: 'app-loan',
|
||||||
|
imports: [],
|
||||||
|
templateUrl: './loan.html',
|
||||||
|
styleUrl: './loan.css',
|
||||||
|
})
|
||||||
|
export class Loan {
|
||||||
|
|
||||||
|
}
|
||||||
0
src/app/pages/user/user.css
Normal file
0
src/app/pages/user/user.css
Normal file
1
src/app/pages/user/user.html
Normal file
1
src/app/pages/user/user.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<p>user works!</p>
|
||||||
11
src/app/pages/user/user.ts
Normal file
11
src/app/pages/user/user.ts
Normal file
@@ -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