mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
angular: gave a more precise return type to $q.all<T>()
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
|
||||
let app: angular.IModule = angular.module('at', ['blockUI']);
|
||||
|
||||
app.config((blockUIConfig: angular.blockUI.BlockUIConfig) => {
|
||||
|
||||
1
types/angular-block-ui/index.d.ts
vendored
1
types/angular-block-ui/index.d.ts
vendored
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user