init
This commit is contained in:
parent
960cea5a25
commit
2084352311
|
@ -53,7 +53,7 @@ export class FormComponent implements OnInit {
|
|||
|
||||
return true;
|
||||
}),
|
||||
startWith(this.formGroup.controls['timer'].value),
|
||||
startWith(this.formGroup.controls['ids'].value),
|
||||
map(value => value.replaceAll(/\s/g, '').split(',').map((id: string) => +id)),
|
||||
debounceTime(300),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue