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.
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.