I have a component that uses this code in component decorator
host: {
'[@.disabled]': 'config.clNoAnimation'
}
What does actually means? I want to convert it to HostBinding/Hostlistener
I have a component that uses this code in component decorator
host: {
'[@.disabled]': 'config.clNoAnimation'
}
What does actually means? I want to convert it to HostBinding/Hostlistener
It's an animation hook.
It says
You can just leave it in the host property of the decorator though, that's the same thing as a host binding.