You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2026. It is now read-only.
I have developed an application in angular 1 in which I have used this plugin for the timer. But I need to implement the same application in angular 2 or greater version. So is this plugin available in Angular 2 or greater version?
$scope.$on("timer-tick", function (event, endTimeObj) {
});
I have developed an application in angular 1 in which I have used this plugin for the timer. But I need to implement the same application in angular 2 or greater version. So is this plugin available in Angular 2 or greater version?
How above line works?
Please help!!