get all start

This commit is contained in:
2025-11-27 17:51:38 +01:00
parent 20ddd65dc3
commit 265acb7ba9
15 changed files with 116 additions and 4 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
import { Component } from '@angular/core';
import {StaffCardForm} from "./staff-card-form/staff-card-form";
import {StaffGetAll} from "./staff-get-all/staff-get-all";
@Component({
selector: 'app-staff',
imports: [
StaffCardForm
StaffCardForm,
StaffGetAll
],
templateUrl: './staff.html',
styleUrl: './staff.css',