diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index d1197dec1..4d5ed56d9 100644 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -200,6 +200,7 @@ declare module angular { * @param inlineAnnotatedFunction Execute this function on module load. Useful for service configuration. */ config(inlineAnnotatedFunction: any[]): IModule; + config(object: Object): IModule; /** * Register a constant service, such as a string, a number, an array, an object or a function, with the $injector. Unlike value it can be injected into a module configuration function (see config) and it cannot be overridden by an Angular decorator. *