Riron / ionic-img-viewer

Ionic 2+ component providing a Twitter inspired experience to visualize pictures.
MIT License
283 stars 118 forks source link

has no exported member 'ImageViewerDirective #11

Closed vinodhum closed 8 years ago

vinodhum commented 8 years ago

Hi, when I try to import imageViewerDirective in the component I am getting "has no exported member 'ImageViewerDirective" any idea what am i doing wrong ?

vinodhum commented 8 years ago

had to import using import { ImageViewerDirective } from 'ionic-img-viewer/module'; and it worked