private _controlOptions = { updateOn: 'input', debounce: null }; @Input() set ngControlOptions( val ) { this._controlOptions = { ...this._controlOptions, ...val }; }