We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was watching the example of the following link and try to implement the trigger
https://stackblitz.com/edit/countdown-timer?file=app%2Fapp.module.ts
Add the line (zeroTrigger) = "checkStatus ()" and declare the checkStatus function inside the app.component.ts.
checkStatus () { this.name = 'It is 0'; }
When the counter reaches 0 it does not execute the function, it does not show the message.
Could it be that I'm missing something?
The text was updated successfully, but these errors were encountered:
Still Not Working
Sorry, something went wrong.
use ngx-countdown-timer v0.1.9 it work for me 😁
No branches or pull requests
Hi, I was watching the example of the following link and try to implement the trigger
https://stackblitz.com/edit/countdown-timer?file=app%2Fapp.module.ts
Add the line (zeroTrigger) = "checkStatus ()" and declare the checkStatus function inside the app.component.ts.
checkStatus () {
this.name = 'It is 0';
}
When the counter reaches 0 it does not execute the function, it does not show the message.
Could it be that I'm missing something?
The text was updated successfully, but these errors were encountered: