angular2-image-zoom
angular2-image-zoom copied to clipboard
Can't bind to 'imageZoom' since it isn't a known property of 'img'
@brtnshrdr Getting below error.
Can't bind to 'imageZoom' since it isn't a known property of 'img'
Working on angular 7 and ionic 4. Can you please let me know, where am I missing?
This is because you need to import the package into the relevant module for your component, in my experience. Not a problem specific to this package.