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
app/angular.d.ts vendored
View File

@ -1,4 +0,0 @@
declare global {
const angular: ng.IAngularStatic;
}
export {};

View File

@ -1,5 +1,3 @@
/// <reference path="angular.d.ts" />
var app = angular.module('app', ['ngRoute']);
import './mem.data.srv';

1
app/globals.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare const angular: ng.IAngularStatic;