In Angular 1, we have a Service named $animate
. This already comes by default in the Angular.
But we also have a library, which is added optionally in the project, called ngAnimate
. This is intended to add animations in ng-if
, ng-repeat
, ng-show
and the like.
I would like to know what is the difference between the two?
Does this% with% exclude the use of $animate
?
References: