showing results for - "angular countdown begin stop pause"
Arrie
01 Feb 2018
1<countdown #cd [config]="config"></countdown>
2
3@ViewChild('cd', { static: false }) private countdown: CountdownComponent;
4this.countdown.begin();
5this.countdown.restart();
6this.countdown.stop();
7this.countdown.pause();
8this.countdown.resume();