If you’ve worked with AngularJS, you probably remember the ng-model-options directive. The two most useful options in this directive were the updateOn and the debounce options. For example, if we wanted to update the model only on blur or add a debounce functionality we could write the following code: Unfortunately, Angular has not implemented this feature in the new version. Let’s try to create o