feat: add qualification creation component and route
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m19s

This commit is contained in:
Jan K9f 2025-01-22 09:03:52 +01:00
commit 9b80777fc3
Signed by: jank
GPG key ID: 50620ADD22CD330B
8 changed files with 65 additions and 2 deletions

View file

@ -0,0 +1 @@
<app-qualifikation-form [(skill)]="skill" (skillChange)="submitted($event)"></app-qualifikation-form>