UNPKG

ngx-simple-countdown

Version:

The most simple way to display a countdown in angular 19 (standalone and ngModule)

7 lines (6 loc) 115 B
export interface CountdownResult { seconds: number; minutes: number; hours: number; day: number; }