0.0.4 • Published 6 years ago

ngx-leo-countdown v0.0.4

Weekly downloads
16
License
-
Repository
-
Last release
6 years ago

ngx-leo-countdown NPM version Build Status

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

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago