scrollable
scrollable copied to clipboard
Angular2 Automatic Scroll Detection With Animation
After upgrade from angular 5 to angular 11 NguiScrollableModule is not working.   The issue is causing because it's returning empty in scrollable.module.js file var NguiScrollableModule = (function ()...
Horizontal scroll is broken for Chrome Version 61.0.3163.100 (Official Build) (64-bit)
Please can you help me in this ASAP. Client needed urgently. Samsung, Moto devices Google chrome latest browser CLI : 1.3.2 Typescript : 2.5.2 ng2-scrollable : 0.8.0 Thank you.
I following [demo](https://plnkr.co/edit/wLVudY?p=preview&open=app.component.ts) and simple edit code like this <ul> <li *ngFor="let num of [1,2,3,4,5,6,7,8,9,10]" [class.current]="id == 's'+ num " (click)="scrollTo('#s'+num, '#v-scrollable')">{{num}} </ul> scrolled to: {{id}} <div id="v-scrollable" class="scrollable section"...
I can not find the setting for this. will it be a new setting in the next version?
i'm trying to use this lib in a universal project . can you work around with the use of window object? ReferenceError: window is not defined