feat: add qualification editing functionality and styles
This commit is contained in:
parent
61597627c6
commit
c11772f08b
8 changed files with 296 additions and 173 deletions
|
@ -32,8 +32,9 @@ export const routes: Routes = [
|
|||
component: EmployeeDetailComponent,
|
||||
},
|
||||
{
|
||||
path: "qualifikationbearbeiten",
|
||||
path: "qualifikationbearbeiten/:id",
|
||||
component: QualifikatonBearbeitenViewComponent,
|
||||
canActivate: [AuthGuard],
|
||||
},
|
||||
{
|
||||
path: "**",
|
||||
|
|
Reference in a new issue