Currently, I am facing an issue while trying to incorporate 'dom-autoscroller' in conjunction with dragula within my Angular 4/Typescript (v2.5) project. Despite successfully installing the 'dom-autoscroller' npm package, I encounter a 'Can not find module' error when attempting to import AutoScrollerFactory or autoScroll function using the following lines:
- import AutoScrollerFactory from 'dom-autoscroller/dist/bundle.es';
- import * as autoScroll from 'dom-autoscroller';
It is worth mentioning that I am utilizing VS2015 and the error manifests when hovering over the 'dom-autoscroller' text.
If anyone could offer assistance on this matter, it would be greatly appreciated.