mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
angular: import should bring in the type information as well
closes https://github.com/borisyankov/DefinitelyTyped/issues/3670 closes https://github.com/borisyankov/DefinitelyTyped/pull/3714
This commit is contained in:
3
angularjs/angular.d.ts
vendored
3
angularjs/angular.d.ts
vendored
@@ -13,6 +13,9 @@ interface Function {
|
||||
$inject?: string[];
|
||||
}
|
||||
|
||||
// Collapse ng into angular
|
||||
import angular = ng;
|
||||
|
||||
// Support AMD require
|
||||
declare module 'angular' {
|
||||
export = angular;
|
||||
|
||||
Reference in New Issue
Block a user