UNPKG

ngx-simple-countdown

Version:

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

9 lines (8 loc) 155 B
export interface CountdownKeywords { timeago: string; now: string; seconds: string; minutes: string; hours: string; day: string; }