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
You can get it to work with Angular 17. In the component you want to use it, import the LightboxModule and then add it to the @components ({
...
imports: [LightboxModule],
...
});
Also bring in Lightbox and LightboxConfig in your constructor as you would normally and use it as you would have in the past.
Finally, make sure to link the css in the angular.json file under styles.
"node_modules/ngx-lightbox/lightbox.css",
That "should" work for getting it to run. This at least worked for me just now as I was working through this issue.
incompatible with angular 17 version
The text was updated successfully, but these errors were encountered: