How do you detect an onBlur event in Angular2? I want to use it with
Can anyone help me understand how to use i
HTML
TS
removeSpaces(string) { let splitStr = string.split(' ').join(''); return splitStr; }