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

@@ -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({