Angular Host Binding Animations
Oct 20, 2023 · 6 min read · Angular provides many ways to animate things. In this post we are going to look specifically at adding :enter and :leave animations to a component as it gets added and removed from the UI. We’re going to do this with the Angular @HostBinding decorato...
Join discussion