Fix select component.
This commit is contained in:
@@ -47,4 +47,9 @@ export class CreateApplicationComponent implements OnInit {
|
||||
onCancel(): void {
|
||||
this._modalService.close();
|
||||
}
|
||||
|
||||
onServiceTypeSelection(event: ReferentialData): void {
|
||||
this.form.controls.serviceType.setValue(event.value);
|
||||
console.log(event.value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user