Closed arizanovj closed 5 years ago
Hi @arizanovj! Thanks for raising the issue, I will check component today, and let you know how to resolve the problem.
I've installed version 0.0.4 and everything works fine
Also, don't forget about imports of tiny-slider-interface in your home.component import {NgxTinySliderSettingsInterface} from 'ngx-tiny-slider';
and NgxTinySliderModule in home.module
@arizanovj I've update readme and create a new release, check it, please. In case if you will get this error again, please leave feedback
@vdanyliv All is good now. Thanks for your effort.
I installed this plugin and it's not resolved by the application. Is there something else that needs to be done besides importing the module and setting the config in the component. This is how my setup looks:
And this is the component:
NgxTinySliderSettingsInterface is not resolved either (not shown on autocomplete). I have other third party components and they resolved just fine in VSC. This is what I get during compilation: Failed to compile.