mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update angular-mocks.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -42,7 +42,7 @@ declare module angular {
|
||||
inject: {
|
||||
(...fns: Function[]): any;
|
||||
(...inlineAnnotatedConstructor: any[]): any; // this overload is undocumented, but works
|
||||
strictDi(val: boolean): void;
|
||||
strictDi(val?: boolean): void;
|
||||
}
|
||||
|
||||
// see http://docs.angularjs.org/api/angular.mock.module
|
||||
|
||||
Reference in New Issue
Block a user