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

Pan/Zoom library for Angular

Results 13 ngx-panzoom issues
Sort by recently updated
recently updated
newest added

before using ngx-panzoom i was using this method to get the correct position of the mouse click ` get offsetX() { return this.container.nativeElement.getBoundingClientRect().x; } get offsetY() { return this.container.nativeElement.getBoundingClientRect().y; }...

**Describe the bug** The imports are not good anymore and we have a console error : ![image](https://github.com/TimUnderhay/ngx-panzoom/assets/4727183/21cc9c58-9392-4cae-b04b-e8abcdbf9c6d) Instead of : `import { PanZoomAPI, PanZoomComponent, PanZoomConfig } from 'ngx-panzoom';` Here is...

Hello! Not working panning in Angular 18. Such as on site https://timunderhay.github.io/ngx-panzoom, but old site https://timunderhay.github.io/ngx-panzoom-demo is working and not updated yet