ngx-panzoom
ngx-panzoom copied to clipboard
[BUG] - Can't use the library in v18
Describe the bug The imports are not good anymore and we have a console error :
Instead of :
import { PanZoomAPI, PanZoomComponent, PanZoomConfig } from 'ngx-panzoom';
Here is the console error :
To Reproduce Steps to reproduce the behavior: Just install the v18 of the library.
Expected behavior A clear and concise description of what you expected to happen.
Additional context The tree files of the installed library is not good :
We have an ngx-panzoom
folder that shouldn't be here.
I think the library was build and published in a bad environment. Because when I try to build and npm pack it locally, it works great.