Open adventmedia opened 1 year ago
When will the Angular 16 update merged into the master? My application needs a ng 16 update and uses ngx-lightbox.
Unfortunately, this library seems not maintained anymore. I created an update package which include its update to Angular 17
npm install @pierresh/ngx-lightbox
upgraded to Angular version 16.
npm run test
fails as lint has been deprecated, replaced with eslint, which unfortunately also fails. However, test also fails on master branch (with same error). Passes smoke test.