web-aid-kit / ngx-image-gallery

Probably the best Angular 4+ modal and inline image gallery. Angular upgrade for ng-image-gallery.
79 stars 47 forks source link

Property is private and only accessible within class error during production build #56

Open kamil-szprych opened 4 years ago

kamil-szprych commented 4 years ago

Angular 8 When i try to build project for production i get errors: Property 'onKeyboardInput' is private and only accessible within class 'NgxImageGalleryComponent'. The same error goes for 'onWindowResize'.

I can't remove NgxImageGalleryComponent because i need to use it in ViewChild to open gallery.

VladimirValov commented 4 years ago

@kamil-szprych try to use version 1.3.1

305088020 commented 4 years ago

305088020 commented 4 years ago

the vision 1.3.1 is the same question, How can I resolve it