Hi, I am using this library,
import { NgxImageGalleryComponent, GALLERY_IMAGE, GALLERY_CONF } from "ngx-image-gallery";
I am getting error on terminal::
ERROR in node_modules/ngx-image-gallery/lib/components/ngx-image-gallery/ngx-image-gallery.component.d.ts(24,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ngx-image-gallery/lib/components/ngx-image-gallery/ngx-image-gallery.component.d.ts(25,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ngx-image-gallery/lib/components/ngx-image-gallery/ngx-image-gallery.component.d.ts(26,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ngx-image-gallery/lib/components/ngx-image-gallery/ngx-image-gallery.component.d.ts(27,9): error TS1086: An accessor cannot be declared in an ambient context.