providers create form added
This commit is contained in:
0
src/app/pages/staff/staff-card/staff-card.css
Normal file
0
src/app/pages/staff/staff-card/staff-card.css
Normal file
1
src/app/pages/staff/staff-card/staff-card.html
Normal file
1
src/app/pages/staff/staff-card/staff-card.html
Normal file
@@ -0,0 +1 @@
|
||||
<p>staff-card works!</p>
|
||||
11
src/app/pages/staff/staff-card/staff-card.ts
Normal file
11
src/app/pages/staff/staff-card/staff-card.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-staff-card',
|
||||
imports: [],
|
||||
templateUrl: './staff-card.html',
|
||||
styleUrl: './staff-card.css',
|
||||
})
|
||||
export class StaffCard {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user