feat: add qualification creation component and route #75

Merged
jank merged 2 commits from feature/create-skill into main 2025-01-22 08:09:43 +00:00
Showing only changes of commit 471a675117 - Show all commits

View file

@ -7,8 +7,8 @@ import { SkillService } from '../../service/skill.service';
selector: 'app-qulifikation-erstellen', selector: 'app-qulifikation-erstellen',
standalone: true, standalone: true,
imports: [QualifikationFormComponent], imports: [QualifikationFormComponent],
templateUrl: './qulifikation-erstellen.component.html', templateUrl: './qualifikation-erstellen.component.html',
styleUrl: './qulifikation-erstellen.component.css' styleUrl: './qualifikation-erstellen.component.css'
}) })
export class QulifikationErstellenComponent { export class QulifikationErstellenComponent {
public skill!: QualificationGetDTO; public skill!: QualificationGetDTO;