Is there an equivalent to this in angular 2?
ng-model-options=\"{ updateOn: \'blur\' }\"
Thanks
In Angular 2 you can use the native DOM events
Now, just define a method that does what you need when the field is blurred