UNPKG

angular-cd-timer

Version:

Cd-Timer is a Angular CLI component with countup, countdown and multiple options.

9 lines (8 loc) 154 B
export interface TimeInterface { tick_count: number; seconds: number; minutes: number; hours: number; days: number; timer: any; }