biati-digital / glightbox

Pure Javascript lightbox with mobile support. It can handle images, videos with autoplay, inline content and iframes
MIT License
2.03k stars 228 forks source link

Does it work with angular 14 ? #434

Closed maddybin closed 1 year ago

maddybin commented 1 year ago

I have Installed it with npm install glightbox

This successfully gets installed. Both package.json & package-lock.json shows the package installed.

But when I import it with import GLightbox from 'glightbox'; in my component I get following error message

Could not find a declaration file for module 'glightbox'.

Please help me with what I am missing here.

maddybin commented 1 year ago

We should create custom typings for this. As its not bind to typescript directly.