jpilfold / ngx-image-viewer

An image viewer component for Angular 2+
MIT License
49 stars 54 forks source link

private declaration error on build --prod #33

Open velnet2k opened 5 years ago

velnet2k commented 5 years ago

Hi

Methods onMouseOver() and onMouseLeave() should be public to build with --prod. This throws error when we build.

Directive ImageViewerComponent, Property 'onMouseOver' is private and only accessible within class 'ImageViewerComponent'.

Pls rectify it. otherwise looks awesome. -- Cheers

jmcrommen commented 5 years ago

Hi, see :