angular2-simple-countdown icon indicating copy to clipboard operation
angular2-simple-countdown copied to clipboard

It's not working with angular4

Open pramodrwt opened this issue 7 years ago • 1 comments

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

pramodrwt avatar Apr 03 '18 09:04 pramodrwt

@pramodrwt The import is like this... import {CountDown} from "../../node_modules/ng4-date-countdown-timer";

juanpicuervo avatar Apr 18 '18 19:04 juanpicuervo