Timer with miliseconds angular library
npm install timer-ms-ng7> Timer with miliseconds angular library
``sh`
$ npm install --save timer-ms-ng7
1. Import TimerLibModule in app module.
2. Define "@ViewChild(TimerComponent) child: TimerComponent" in your component's class.
3. To start timer call this.child.startTimer() method
4. To stop timer call this.child.stopTimer() method
5. To reset timer call this.child.resetTimer() method
6. Add
MIT © [Irfan]()