change global angular declaration

This commit is contained in:
Märt Kalmo
2017-06-02 14:25:53 +03:00
parent e76e49aa61
commit 58990f3536
3 changed files with 1 additions and 6 deletions
-4
View File
@@ -1,4 +0,0 @@
declare global {
const angular: ng.IAngularStatic;
}
export {};
-2
View File
@@ -1,5 +1,3 @@
/// <reference path="angular.d.ts" />
var app = angular.module('app', ['ngRoute']);
import './mem.data.srv';
+1
View File
@@ -0,0 +1 @@
declare const angular: ng.IAngularStatic;