This commit is contained in:
2025-11-10 23:28:05 +01:00
parent c35f79e95e
commit 6ec3fc4cc3
23 changed files with 41 additions and 76 deletions

View File

@@ -1 +0,0 @@
<p>create-author works!</p>

View File

@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-create-author',
imports: [],
templateUrl: './create-author.html',
styleUrl: './create-author.css',
})
export class CreateAuthor {
}

View File

@@ -7,7 +7,7 @@ import {NzFlexDirective} from "ng-zorro-antd/flex";
selector: 'app-create-book',
imports: [NzFormModule, NzFlexDirective, ReactiveFormsModule],
templateUrl: './create-book.html',
styleUrl: './create-book.css',
styleUrls: ['./create-book.css'],
})
export class CreateBook {
createBookForm = new FormGroup({

View File

@@ -1 +0,0 @@
<p>create-loan works!</p>

View File

@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-create-loan',
imports: [],
templateUrl: './create-loan.html',
styleUrl: './create-loan.css',
})
export class CreateLoan {
}

View File

@@ -1 +0,0 @@
<p>create-user works!</p>

View File

@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-create-user',
imports: [],
templateUrl: './create-user.html',
styleUrl: './create-user.css',
})
export class CreateUser {
}

View File

@@ -1 +0,0 @@
<p>update-author works!</p>

View File

@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-update-author',
imports: [],
templateUrl: './update-author.html',
styleUrl: './update-author.css',
})
export class UpdateAuthor {
}

View File

@@ -1 +0,0 @@
<p>update-loan works!</p>

View File

@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-update-loan',
imports: [],
templateUrl: './update-loan.html',
styleUrl: './update-loan.css',
})
export class UpdateLoan {
}

View File

@@ -1 +0,0 @@
<p>update-user works!</p>

View File

@@ -1,11 +0,0 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-update-user',
imports: [],
templateUrl: './update-user.html',
styleUrl: './update-user.css',
})
export class UpdateUser {
}