3
At Angular 1, we have a service called $animate
. This comes by default in Angular.
But we also have a library, which is optionally added to the project, called ngAnimate
. This is intended to add animations in ng-if
, ng-repeat
, ng-show
and the like.
I’d like to know the difference between the two?
That one $animate
dispenses with the use of ngAnimate
?
References:
Excellent, master! D
– Wallace Maxters