ng2-nouislider
ng2-nouislider copied to clipboard
Strict type checking reveals a bug
Trying to compile the library with strict type checks and strict linting reveals a bug:
ERROR in noui-slider.component.ts (228,28): Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
Type 'any' is not assignable to type 'never'.)
