![]() |
VOOZH | about |
In this article, we are going to see what is blur event in Angular 10 and how to use it. The blur event is triggered when an element loses its focus.
Syntax:
<input (blur)='functionName()'/>
NgModule: Module used by blur event is:
Approach:
Example 1:
Output:
👁 ImageExample 2:
Output:
👁 Image