ng-image-fullscreen-viewer
ng-image-fullscreen-viewer copied to clipboard
Force Refresh
Hi, nice implementation easy to use package. yet it needs some enhancements:
- when using in a child component, it doesn't render (consider a child of app component and there you show the image-fullscreen-viewer).
- when image is url, the spinner continue to spin even if the image is loaded, you need to close the fullscreen-viewer and reopen it again.
I have the same issue when I use changeDetection: ChangeDetectionStrategy.OnPush
Hi, nice implementation easy to use package. yet it needs some enhancements:
- when using in a child component, it doesn't render (consider a child of app component and there you show the image-fullscreen-viewer).
- when image is url, the spinner continue to spin even if the image is loaded, you need to close the fullscreen-viewer and reopen it again.
Any workaround to the point 2.?