Component timer countdown
$ npm install --save ngx-leo-countdown
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>
MIT © Leo Pham