ngx-slick icon indicating copy to clipboard operation
ngx-slick copied to clipboard

angular6 a wrapper for slick plugin

Results 30 ngx-slick issues
Sort by recently updated
recently updated
newest added

When a routerLink is contained inside a slick item the link is being followed when swiping left or right on mouseup.

I tried to upgrade to Angular 8 and got the following failure messages: ng update @angular/cli @angular/core Package "ngx-slick" has an incompatible peer dependency to "@angular/forms" (requires "^6.0.0" (extended), would...

Hi all, I recently ran into an issue with IE11 compatibility. The issue was with this line: jQuery(this.el.nativeElement)[0].innerHTML= ''; Updating this to this: jQuery(this.el.nativeElement)[0].textContent = ''; Fixed the issue for...

**Versions** * ngx-slick: 0.2.1 * slick: 1.9.0 ~~1.5.9~~ **Issue** The ngxSlickItem does not get interpreted. The width calc occurs, but no content and none of the accessibility attributes are applied...

It appears to add some non-passive event listeners, which makes the UI freeze for about 2 seconds.

I'm not sure which are the cases, but in some cases `(click)` event and `routerLink` do not work inside of `ngxSlickItem`. If the amount of items fit inside of the...

Pls guide me. ThumbSliderComponent.html:70 ERROR TypeError: _this.$instance.slick is not a function at eval (ngx-slick.umd.js:78) at ZoneDelegate.invoke (zone.js:388) at Zone.run (zone.js:138) at NgZone.runOutsideAngular (core.js:4708) at SlickComponent.initSlick (ngx-slick.umd.js:70) at SlickComponent.addSlide (ngx-slick.umd.js:113) at...

Hello, I'm running a situation where I am changing slide sources based on input. Basically i'm filtering the loaded images based on a criteria.. What is command to reinitialize the...

Hi Can you tell me why initialSlide property not working for angular 6. Here what i am using slideConfig = {"slidesToShow": 4, "slidesToScroll": 4,initialSlide:9}; Other properties working fine for me....