brian treesebriantreese.hashnode.dev·Oct 20, 2023Angular Host Binding AnimationsAngular 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...component host animations