diff --git a/app/angular.d.ts b/app/angular.d.ts deleted file mode 100644 index cf40e65..0000000 --- a/app/angular.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -declare global { - const angular: ng.IAngularStatic; -} -export {}; diff --git a/app/app.ts b/app/app.ts index cb7298a..36513e4 100644 --- a/app/app.ts +++ b/app/app.ts @@ -1,5 +1,3 @@ -/// - var app = angular.module('app', ['ngRoute']); import './mem.data.srv'; diff --git a/app/globals.d.ts b/app/globals.d.ts new file mode 100644 index 0000000..ffb94bb --- /dev/null +++ b/app/globals.d.ts @@ -0,0 +1 @@ +declare const angular: ng.IAngularStatic;