mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Definitions for ngProgress
Definitions for https://github.com/victorbjelkholm/ngprogress
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/// <reference path="./ngprogress.d.ts" />
|
||||
|
||||
|
||||
var ngProgress: NgProgress.INgProgress = <any> {};
|
||||
|
||||
ngProgress.start();
|
||||
ngProgress.height('10px');
|
||||
ngProgress.color('red');
|
||||
|
||||
var statusResult: number = undefined;
|
||||
ngProgress.status();
|
||||
|
||||
ngProgress.stop();
|
||||
ngProgress.set(50);
|
||||
ngProgress.reset();
|
||||
ngProgress.complete();
|
||||
Reference in New Issue
Block a user