khashayar/ng-trim-value-accessor

Fails Typescript compilation - DefaultValueAccessor now has a 3rd argument

Closed this issue · 2 comments

trim-value-accessor.ts:

constructor(private renderer: Renderer, private elRef: ElementRef, private compositionMode: boolean) {
super(renderer, elRef, compositionMode);
}

What version of Angular are you using? This could be the issue if you are using Angular > 4.0

Fixed in release v0.0.5