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

[BUG] - Can't use the library in v18

Open imadhy opened this issue 8 months ago • 1 comments

Describe the bug The imports are not good anymore and we have a console error :

image

Instead of :

import { PanZoomAPI, PanZoomComponent, PanZoomConfig } from 'ngx-panzoom';

Here is the console error :

image

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 :

image

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.

imadhy avatar Jul 02 '24 10:07 imadhy