mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08: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 {
|
||||
|
||||
2
types/angular-loading-bar/index.d.ts
vendored
2
types/angular-loading-bar/index.d.ts
vendored
@@ -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