Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular countdown begin stop pause

<countdown #cd [config]="config"></countdown>

@ViewChild('cd', { static: false }) private countdown: CountdownComponent;
this.countdown.begin();
this.countdown.restart();
this.countdown.stop();
this.countdown.pause();
this.countdown.resume();
 
PREVIOUS NEXT
Tagged: #angular #countdown #stop #pause
ADD COMMENT
Topic
Name
1+1 =