feat: add qualification editing functionality and styles

This commit is contained in:
Jan K9f 2025-01-15 15:57:31 +01:00
commit c11772f08b
Signed by: jank
GPG key ID: 50620ADD22CD330B
8 changed files with 296 additions and 173 deletions

View file

@ -32,8 +32,9 @@ export const routes: Routes = [
component: EmployeeDetailComponent,
},
{
path: "qualifikationbearbeiten",
path: "qualifikationbearbeiten/:id",
component: QualifikatonBearbeitenViewComponent,
canActivate: [AuthGuard],
},
{
path: "**",