angular2-simple-countdown
angular2-simple-countdown copied to clipboard
a simple countdown angular2 directive with multiple language
I am importing the module like - app.module.ts ``` `import {CountDown} from 'ng4-date-countdown-timer';` declarations: [ .. , CountDown ] ``` While running the ng build --prod command it is giving...
Hi Can you please suggest me, How to add '0' if in there is only one number in minutes count . Thanks
I install with : npm install ng4-date-countdown-timer --save Import with: import {CountDown} from "ng2-date-countdown"; // ass mention in your docements it's not found ng2-date-countdown
Hey a quick question, I need the timer to stop once it's run out, is there an event that is fired?
I have to need Days, Hours, Minutes and Seconds are separate div. if it is possible then please revert me Please check attached screenshot. I want to do like that...