@types/ngprogress
Advanced tools
@@ -7,3 +7,2 @@ // Type definitions for ngProgress 1.0.7 | ||
| declare namespace NgProgress { | ||
| export interface INgProgress { | ||
@@ -23,4 +22,2 @@ start(): void; | ||
| } | ||
| } | ||
| { | ||
| "name": "@types/ngprogress", | ||
| "version": "1.0.29", | ||
| "version": "1.0.30", | ||
| "description": "TypeScript definitions for ngProgress", | ||
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngprogress", | ||
| "license": "MIT", | ||
@@ -22,4 +23,4 @@ "contributors": [ | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "1fdca3ae133ce95b7e91fd89bf18c04cdeb25fb89a5fa5cebb1043aad8488f53", | ||
| "typeScriptVersion": "3.2" | ||
| "typesPublisherContentHash": "b5473223a6ee3a20f19b86c35dadd5ccb468d78040832dba01ffbc644e594d10", | ||
| "typeScriptVersion": "4.5" | ||
| } |
+26
-1
@@ -9,5 +9,30 @@ # Installation | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngprogress. | ||
| ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngprogress/index.d.ts) | ||
| ````ts | ||
| // Type definitions for ngProgress 1.0.7 | ||
| // Project: https://github.com/victorb/ngProgress | ||
| // Definitions by: Martin McWhorter <https://github.com/martinmcwhorter> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| declare namespace NgProgress { | ||
| export interface INgProgress { | ||
| start(): void; | ||
| height(height: string): void; | ||
| color(color: string): void; | ||
| status(): number; | ||
| stop(): void; | ||
| set(value: number): void; | ||
| reset(): void; | ||
| complete(): void; | ||
| } | ||
| export interface INgProgressFactory { | ||
| createInstance(): INgProgress; | ||
| } | ||
| } | ||
| ```` | ||
| ### Additional Details | ||
| * Last updated: Tue, 22 Sep 2020 00:22:03 GMT | ||
| * Last updated: Sat, 23 Sep 2023 20:38:33 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +39,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3839
28.14%0
-100%42
147.06%