README
Archangel Countdown in Angular2
A simple countdown in angular2.
Installation
To install this library, run:
$ npm install archangel-countdown --save
Development
To generate all *.js, *.js.map, *.html, *.css and *.d.ts files:
$ npm install
To lint all *.ts files:
$ npm run lint
To watch all files:
$ npm run watch