change global angular declaration
This commit is contained in:
4
app/angular.d.ts
vendored
4
app/angular.d.ts
vendored
@@ -1,4 +0,0 @@
|
||||
declare global {
|
||||
const angular: ng.IAngularStatic;
|
||||
}
|
||||
export {};
|
||||
@@ -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
1
app/globals.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
declare const angular: ng.IAngularStatic;
|
||||
Reference in New Issue
Block a user