angular: fixed a misunderstanding in how test system is set up

This commit is contained in:
Kasper Guldmann Nielsen
2017-06-21 21:24:16 +02:00
parent 2effeac8f0
commit c0bb38207d
6 changed files with 0 additions and 14 deletions
@@ -1,6 +1,3 @@
// TypeScript Version: 2.3
let app: angular.IModule = angular.module('at', ['blockUI']);
app.config((blockUIConfig: angular.blockUI.BlockUIConfig) => {
@@ -1,6 +1,3 @@
// TypeScript Version: 2.3
import * as ng from "angular";
import * as angular from "angular";
@@ -1,5 +1,3 @@
// TypeScript Version: 2.3
import * as angular from 'angular';
angular.module('angular-oauth2-test', ['angular-oauth2'])
-2
View File
@@ -1,5 +1,3 @@
// TypeScript Version: 2.3
class test {
constructor(private ngstomp: ngStomp) {
const connectHeaders = {
@@ -1,5 +1,3 @@
// TypeScript Version: 2.3
import qlik = require("qlik");
const t = qlik.currApp();
@@ -1,5 +1,3 @@
// TypeScript Version: 2.3
import * as angular from 'angular';
const myApp = angular.module('testModule');