<ngx-image-zoom [thumbImage]=imageString [fullImage]=imageString [magnification]="1"
[enableScrollZoom]="true" [enableLens]="true" [lensWidth]="200"></ngx-image-zoom>
imageString = "https://localhost:5101/DoImages/dced0609-1d03-4cd8-80ad-4ace5507e26d_fullres.jpg"
Im getting image clearly but its not showing in ngx-image-zoom control. already imported required library as "import { NgxImageZoomModule } from 'ngx-image-zoom';" in app.module.ts and also from component module but dist showing image? what wrong with above?