diff --git a/types/angular/index.d.ts b/types/angular/index.d.ts index f3b64e2136..5d8b6315b0 100644 --- a/types/angular/index.d.ts +++ b/types/angular/index.d.ts @@ -159,7 +159,7 @@ declare namespace angular { module( name: string, requires?: string[], - configFn?: Function): IModule; + configFn?: Injectable): IModule; noop(...args: any[]): void; reloadWithDebugInfo(): void;