EVOLUTION-MANAGER
Edit File: provider.html
<h1>Provider components in <code>ngAnimate</code></h1> <div class="component-breakdown"> <div> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngAnimate/provider/$animateProvider">$animateProvider</a></td> <td><p>The <code>$animateProvider</code> allows developers to register JavaScript animation event handlers directly inside of a module. When an animation is triggered, the $animate service will query the $animate service to find any animations that match the provided name value.</p> </td> </tr> </table> </div> </div>