angular: gave a more precise return type to $q.all<T>()

This commit is contained in:
Kasper Guldmann Nielsen
2017-06-21 18:15:00 +02:00
parent 5c0f7336fb
commit 2effeac8f0
14 changed files with 31 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
// TypeScript Version: 2.3
let app: angular.IModule = angular.module('at', ['blockUI']);
app.config((blockUIConfig: angular.blockUI.BlockUIConfig) => {

View File

@@ -2,6 +2,7 @@
// Project: https://github.com/McNull/angular-block-ui
// Definitions by: Lasse Nørregaard <https://github.com/lassebn>, Stephan Classen <https://github.com/sclassen>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as angular from "angular";