<input type="text" [formControl]="control" [ngControlOptions]="{ updateOn: 'input blur', debounce: { 'input': 300, 'blur': 0 } }">