mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
angular: fixed a misunderstanding in how test system is set up
This commit is contained in:
@@ -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'])
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user