Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 652 Bytes

index.en-US.md

File metadata and controls

25 lines (19 loc) · 652 Bytes
type title subtitle cols module
Basic
count-down
Count down
3
import { CountDownModule } from '@delon/abc/count-down';

The countdown component depends on ngx-countdown.

Dependencies

npm i -S ngx-countdown

API

count-down

Property Description Type Default
[target] Target time, number means seconds `number Date`
[config] Config paraments CountdownConfig -
(event) Event notification EventEmitter<CountdownEvent> -