byeval / ng2-timeago

angular2 timeago component
MIT License
3 stars 3 forks source link

fix: Use browser type for timer #4

Closed kvcpr closed 7 years ago

kvcpr commented 7 years ago

If you want to timer as number use browser type setInterval (returns Timeout Id) not NodeJS.Timer

@xuhong

byeval commented 7 years ago

Merged, thank u!