angular-progress-bar
Advanced tools
Comparing version
{ | ||
"name": "angular-progress-bar", | ||
"version": "1.0.4-beta2", | ||
"version": "1.0.4-beta3", | ||
"description": "An angular progress-bar", | ||
@@ -5,0 +5,0 @@ "main": "./dist/bundles/progress-bar.umd.js", |
@@ -7,3 +7,3 @@ export declare class ProgressBarComponent { | ||
whichColor(percent: string): any; | ||
whichProgress(progress: number): number; | ||
whichProgress(progress: any): any; | ||
} |
@@ -83,3 +83,3 @@ import { Component, Input } from '@angular/core'; | ||
whichProgress(progress: number){ | ||
whichProgress(progress: any){ | ||
try{ | ||
@@ -86,0 +86,0 @@ return Math.round(progress * 100) / 100; |
Sorry, the diff of this file is not supported yet
54121
-0.02%