ngx-slick
ngx-slick copied to clipboard
angular6 a wrapper for slick plugin
Angular binding it`s not working for elements cloned and active. - Example: 6 items , show 3 , slide 1 item - So appear 1,2,3 - Move next: - Step...
Error: node_modules/ngx-slick/index.d.ts:4:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 4 static forRoot(): ModuleWithProviders; ~~~~~~~~~~~~~~~~~~~
## I'm submitting a... [X] Bug report [ ] Feature request [ ] Documentation issue or request ## In package [ ] @ng-toolkit/init [ ] @ng-toolkit/serverless [X] @ng-toolkit/universal ## Current...
`node_modules/ngx-slick/index.d.ts:4:23 - error NG6005: SlickModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library...
Trying to implement responsive behaviour in slider but when added responsive break points it doesn't initialise the slider. My slider config is below:-- this.slideConfig = { slidesToShow: 14, slidesToScroll: 14,...
I want to access slick modal from component, I tried it using ViewChild but it didn't work. here is my code: _ _ **@ViewChild('slickModal') public slickModal;** but i always have...
AnyBody already got run with Angular Universal?
Please fix it: https://github.com/kenwheeler/slick/issues/2328
tried almost all option but its not woking ...plz help slideConfig = {'slidesToShow': 2, 'slidesToScroll': 2, 'autoplay': true, 'autoplaySpeed': 3500, 'infinite': true, 'mobileFirst': true,'respondTo': 'window', 'rows': 1, 'responsive': [{ 'breakpoint':...