angular2-image-zoom icon indicating copy to clipboard operation
angular2-image-zoom copied to clipboard

Can't bind to 'imageZoom' since it isn't a known property of 'img'

Open mitesh-shah opened this issue 5 years ago • 1 comments

@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?

mitesh-shah avatar Sep 11 '19 09:09 mitesh-shah

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.

uptownjimmy avatar Sep 11 '19 14:09 uptownjimmy