Open mitesh-shah opened 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?
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.
@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?