feat: add qualification creation component and route #75
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ import { SkillService } from '../../service/skill.service';
|
|||
selector: 'app-qulifikation-erstellen',
|
||||
standalone: true,
|
||||
imports: [QualifikationFormComponent],
|
||||
templateUrl: './qulifikation-erstellen.component.html',
|
||||
styleUrl: './qulifikation-erstellen.component.css'
|
||||
templateUrl: './qualifikation-erstellen.component.html',
|
||||
styleUrl: './qualifikation-erstellen.component.css'
|
||||
})
|
||||
export class QulifikationErstellenComponent {
|
||||
public skill!: QualificationGetDTO;
|
||||
|
|
Loading…
Add table
Reference in a new issue