cipchk / ngx-countdown

Simple, easy and performance countdown for angular
https://cipchk.github.io/ngx-countdown/
MIT License
192 stars 57 forks source link

Event triggering on all counter tags #102

Closed Darren120 closed 3 years ago

Darren120 commented 3 years ago

I am having issue where (event)="oneFunc($event)" being tigger at 0 causes another even (event)="twoFunc($event)" to run, when that func is on a seperate counter component

Darren120 commented 3 years ago

fixed. was an logical issue on my part