themyth92 / ngx-lightbox

Lightbox2 use with angular >= 5
MIT License
115 stars 67 forks source link

OnReceived Method not working in angular #111

Closed rakeshbaral92 closed 2 years ago

rakeshbaral92 commented 2 years ago

this._subscription = this._lightboxEvent.lightboxEvent$ .subscribe(event => this._onReceivedEvent(event));

Showing error lightboxEvent$(here).

rakeshbaral92 commented 2 years ago

It worked after adding lightBoxEvent service in the constructor.