Closed theunreal closed 8 years ago
@theunreal you need to declare _step in counto.directive.ts e.g.
export class Counto {
@Output() countoChange = new EventEmitter();
private _timer;
private _duration: number;
private _countTo: number;
private _countFrom: number;
private _step: number; //here
worked for me before, but now trying to npm start my app, and I get this: