fix: correct selector and template URLs in component
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m2s
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m2s
This commit is contained in:
parent
9b80777fc3
commit
471a675117
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue