UI: User Login, Mitarbeiterübersichts Page
This commit is contained in:
parent
621599e138
commit
88d3bb8cc4
13 changed files with 300 additions and 3 deletions
|
@ -0,0 +1,12 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-mitarbeiterverwaltung-view',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './mitarbeiterverwaltung-view.component.html',
|
||||
styleUrl: './mitarbeiterverwaltung-view.component.css'
|
||||
})
|
||||
export class MitarbeiterverwaltungViewComponent {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue