ng2-timer
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

ng2-timer

Angular 2 Timer

Dependencies Dev Dependencies Downloads Donate

Installation

npm install --save ng2-timer

Usage

import { Component } from "angular2/core";
import { TimerComponent } from "./ng2-timer";
 
@Component({
    selector: "my-app",
    template: `
        <h1>Angular 2 Timer Example</h1>
        <ng-timer [format]="'mm:ss:SSS'"></ng-timer>
    `,
    directives: [TimerComponent]
})
export class AppComponent { }

/ng2-timer/

    Package Sidebar

    Install

    npm i ng2-timer

    Weekly Downloads

    2

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • kutyel