In our application we compress our JavaScript classes using UglifyJS which doesn\'t support being able to compress syntax like onBlur() = (event) => {} as it
onBlur() = (event) => {}