brtnshrdr / angular2-image-zoom

An Angular2 Image Zoom Directive
MIT License
22 stars 16 forks source link

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

Open mitesh-shah opened 5 years ago

mitesh-shah commented 5 years ago

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

uptownjimmy commented 5 years ago

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.