yoannck / timer-task

Timer Task Module for Angular2

Home Page:http://timertask.yoannck.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timer Task

Module Angular2 to do time tracking on tasks.

Here is a live demo of the module.

Install

Run npm install git://github.com/yoannck/timer-task.git

##Example

import { TimerTaskModule } from 'timer-task';

@NgModule({
  ...
  imports: [
    TimerTaskModule
  ],
  ...
})
<timer-task></timer-task>

About

Timer Task Module for Angular2

http://timertask.yoannck.com/


Languages

Language:TypeScript 47.4%Language:CSS 45.4%Language:HTML 7.2%