IDK
This commit is contained in:
parent
ebd4508743
commit
9b90c735f5
8 changed files with 79 additions and 31 deletions
|
@ -40,8 +40,9 @@ export const routes: Routes = [
|
|||
canActivate: [AuthGuard],
|
||||
},
|
||||
{
|
||||
path: "mitarbeiterdetails",
|
||||
path: "mitarbeiterdetails/:id",
|
||||
component: EmployeeDetailComponent,
|
||||
canActivate: [AuthGuard],
|
||||
},
|
||||
{
|
||||
path: "qualifikationbearbeiten/:id",
|
||||
|
|
Reference in a new issue