get all start
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user