I'm a little new to Angular. I'm have trouble using this in my application. I'd love to see the demo code as a reference. I really need to be able to control the scrolling container and this seems to be the best route to take at the moment, since there's a pull-request on hold in the components library.
I have put vsDragScroll [vsDragScrollContainer]="scrollContainer" into my template, but I'm not sure where to go from here. What would "scrollContainer" be on the component?
Do I have to add this as a module?
How do I import this?
I will kindly update the README.md if you could help me out. Thanks.
I'm a little new to Angular. I'm have trouble using this in my application. I'd love to see the demo code as a reference. I really need to be able to control the scrolling container and this seems to be the best route to take at the moment, since there's a pull-request on hold in the components library.
I have put
vsDragScroll [vsDragScrollContainer]="scrollContainer"into my template, but I'm not sure where to go from here. What would "scrollContainer" be on the component?Do I have to add this as a module?
How do I import this?
I will kindly update the README.md if you could help me out. Thanks.