|
1 | 1 | import { Attributes } from "./core/compile/attributes.js"; |
2 | 2 | import { Scope } from "./core/scope/scope.js"; |
3 | 3 | import { NgModelController } from "./directive/model/model.js"; |
| 4 | +export declare const PublicInjectionTokens: { |
| 5 | + readonly $attrs: "$attrs"; |
| 6 | + readonly $scope: "$scope"; |
| 7 | + readonly $element: "$element"; |
| 8 | + readonly $anchorScroll: "$anchorScroll"; |
| 9 | + readonly $animate: "$animate"; |
| 10 | + readonly $animateCss: "$animateCss"; |
| 11 | + readonly $aria: "$aria"; |
| 12 | + readonly $compile: "$compile"; |
| 13 | + readonly $cookie: "$cookie"; |
| 14 | + readonly $controller: "$controller"; |
| 15 | + readonly $document: "$document"; |
| 16 | + readonly $eventBus: "$eventBus"; |
| 17 | + readonly $exceptionHandler: "$exceptionHandler"; |
| 18 | + readonly $filter: "$filter"; |
| 19 | + readonly $http: "$http"; |
| 20 | + readonly $httpParamSerializer: "$httpParamSerializer"; |
| 21 | + readonly $interpolate: "$interpolate"; |
| 22 | + readonly $location: "$location"; |
| 23 | + readonly $log: "$log"; |
| 24 | + readonly $viewScroll: "$viewScroll"; |
| 25 | + readonly $parse: "$parse"; |
| 26 | + readonly $rest: "$rest"; |
| 27 | + readonly $rootScope: "$rootScope"; |
| 28 | + readonly $rootElement: "$rootElement"; |
| 29 | + readonly $router: "$router"; |
| 30 | + readonly $sce: "$sce"; |
| 31 | + readonly $sceDelegate: "$sceDelegate"; |
| 32 | + readonly $state: "$state"; |
| 33 | + readonly $stateRegistry: "$stateRegistry"; |
| 34 | + readonly $sse: "$sse"; |
| 35 | + readonly $templateCache: "$templateCache"; |
| 36 | + readonly $templateFactory: "$templateFactory"; |
| 37 | + readonly $templateRequest: "$templateRequest"; |
| 38 | + readonly $transitions: "$transitions"; |
| 39 | + readonly $urlConfig: "$urlConfig"; |
| 40 | + readonly $url: "$url"; |
| 41 | + readonly $view: "$view"; |
| 42 | + readonly $window: "$window"; |
| 43 | + readonly $provide: "$provide"; |
| 44 | + readonly $injector: "$injector"; |
| 45 | + readonly $compileProvider: "$compileProvider"; |
| 46 | + readonly $animateProvider: "$animateProvider"; |
| 47 | + readonly $filterProvider: "$filterProvider"; |
| 48 | + readonly $controllerProvider: "$controllerProvider"; |
| 49 | +}; |
4 | 50 | /** |
5 | 51 | * Configuration options for the AngularTS bootstrap process. |
6 | 52 | * |
|
0 commit comments