created components with forms for project

This commit is contained in:
2025-11-10 19:12:52 +01:00
parent 9c0da1fc85
commit c35f79e95e
24 changed files with 164 additions and 7 deletions

View File

@@ -3,9 +3,7 @@ import {CreateBook} from "../../components/create-book/create-book";
@Component({
selector: 'app-welcome',
imports: [
CreateBook
],
imports: [],
templateUrl: './welcome.html',
styleUrl: './welcome.css'
})