Riron / ionic-img-viewer

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

iOS & Android module export error when building #18

Closed dragonfire1119 closed 8 years ago

dragonfire1119 commented 8 years ago

When I use ionic build android or ionic build ios the error for Module ''*'' has no exported member 'Wrapper_ImageViewerDirective'. comes up.

I looked at this issue #17 & it doesn't seem to be my error.

ionic-img-viewer: v1.1.5 Ionic Framework Version: 2.0.0-rc.3

Riron commented 8 years ago

Could you try 1.1.6 and tell me if you still experience the problem ?

dragonfire1119 commented 8 years ago

@Riron Looks like it is fixed! I was thinking the ionic-img-viewer.ts was missing the directive export. I'm learning angular 2 so I wasn't for sure! LOL Thanks for fixing it! 👍

vazad28 commented 8 years ago

1.1.6 is working for me too. Thanks Riron. Thank you for writing this code and making is available for people like me who can only dream to write something like this. Much appreciated.