mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
Try to fix tests for angular-loading-bar types
This commit is contained in:
committed by
Tyrone Dougherty
parent
01bd29a7a0
commit
2d8711df7d
@@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
var app = angular.module('testModule', ['angular-loading-bar']);
|
||||
|
||||
class TestController {
|
||||
|
||||
Vendored
+2
@@ -7,6 +7,8 @@
|
||||
|
||||
/// <reference types="angular" />
|
||||
|
||||
import * as angular from 'angular';
|
||||
|
||||
declare module 'angular' {
|
||||
export namespace loadingBar {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user