Merge Anmeldeformular into main #21

Merged
it-as merged 23 commits from Anmeldeformular into main 2024-04-26 14:40:21 +02:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit c971e4dddc - Show all commits

View File

@ -204,7 +204,7 @@
mat-button mat-button
matStepperNext matStepperNext
[disabled]="thirdFormGroup.status == 'INVALID'" [disabled]="thirdFormGroup.status == 'INVALID'"
(click)="onClick()"> >
Submit Submit
</button> </button>
</div> </div>

View File

@ -121,10 +121,6 @@ export class StudentRegisterComponent implements OnInit {
}); });
} }
onClick() {
console.log(this.zeroFormGroup);
}
// Custom validator function // Custom validator function
requireAtLeastOne(formGroup: FormGroup) { requireAtLeastOne(formGroup: FormGroup) {
const danceTraining = formGroup.get('danceTraining')?.value; const danceTraining = formGroup.get('danceTraining')?.value;