ngx-leo-countdown
v0.0.4
Published
> Component timer countdown
Downloads
1
Readme
ngx-leo-countdown
Component timer countdown
Installation
$ npm install --save ngx-leo-countdown
Usage
import { NgxLeoCountdownModule } from 'ngx-leo-countdown'
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
NgxLeoCountdownModule
],
providers: [],
bootstrap: [AppComponent]
})
<ngx-leo-countdown [seconds]="thoigian" (onFinish)="onFinish()" (onTick)="onTick($event)"></ngx-leo-countdown>
License
MIT © Leo Pham