Provider components in ng
| Name | Description | 
|---|---|
| $animateProvider | Default implementation of $animate that doesn't perform any animations, instead just synchronously performs DOM updates and calls done() callbacks. | 
| $compileProvider | |
| $controllerProvider | The $controller service is used by Angular to create new controllers. | 
| $filterProvider | Filters are just functions which transform input to an output. However filters need to be Dependency Injected. To achieve this a filter definition consists of a factory function which is annotated with dependencies and is responsible for creating a filter function. | 
| $httpProvider | Use  | 
| $interpolateProvider | Used for configuring the interpolation markup. Defaults to  | 
| $locationProvider | Use the  | 
| $logProvider | Use the  | 
| $parseProvider | 
 | 
| $rootScopeProvider | Provider for the $rootScope service. | 
| $sceDelegateProvider | The  | 
| $sceProvider | The $sceProvider provider allows developers to configure the $sce service. 
 | 
    © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://code.angularjs.org/1.2.32/docs/api/ng/provider