archangel-countdown
v1.0.8
Published
A simple countdown in angular2.
Downloads
3
Maintainers
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