@types/angular-mocks
Advanced tools
Comparing version 1.5.11 to 1.5.12
@@ -100,3 +100,3 @@ // Type definitions for Angular JS (ngMock, ngMockE2E module) 1.5 | ||
<T>(controllerConstructor: new (...args: any[]) => T, locals?: any, bindings?: any): T; | ||
<T>(controllerConstructor: Function, locals?: any, bindings?: any): T; | ||
<T>(controllerConstructor: (...args: any[]) => T, locals?: any, bindings?: any): T; | ||
<T>(controllerName: string, locals?: any, bindings?: any): T; | ||
@@ -103,0 +103,0 @@ } |
{ | ||
"name": "@types/angular-mocks", | ||
"version": "1.5.11", | ||
"version": "1.5.12", | ||
"description": "TypeScript definitions for Angular JS (ngMock, ngMockE2E module)", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Diego Vilar", | ||
"url": "https://github.com/diegovilar" | ||
"url": "https://github.com/diegovilar", | ||
"githubUsername": "diegovilar" | ||
}, | ||
{ | ||
"name": "Tony Curtis", | ||
"url": "https://github.com/daltin" | ||
"url": "https://github.com/daltin", | ||
"githubUsername": "daltin" | ||
} | ||
@@ -20,3 +22,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -27,4 +29,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "40f694ea4a5ac6a84cb1c15153fce2780745045a1a71c9a8646d3ae9faeb61e3", | ||
"typesPublisherContentHash": "9bc009b0f74e79b9a8349e7d390163dcb3a138e9986c368b48177aeac6b0733d", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-mocks | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-mocks | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:47:08 GMT | ||
* Last updated: Tue, 12 Jun 2018 03:36:26 GMT | ||
* Dependencies: angular | ||
@@ -14,0 +14,0 @@ * Global values: none |
26963