update angular to 13.1.0
This commit is contained in:
@@ -17,7 +17,7 @@ export class UtilService {
|
||||
}
|
||||
}
|
||||
|
||||
formatMs(valueInMs):string {
|
||||
formatMs(valueInMs: number):string {
|
||||
const ms = Math.floor(valueInMs % 1000);
|
||||
const s = Math.floor((valueInMs / 1000) % 60);
|
||||
const m = Math.floor((valueInMs / (60*1000)) % 60);
|
||||
|
||||
Reference in New Issue
Block a user