You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: