themyth92 / ngx-lightbox

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

SSR Fix #95

Closed crooksey closed 3 years ago

crooksey commented 3 years ago

Hey @themyth92 I thought my previous fix was enough to solve SSR issues, however with SSR you cannot reference the type "Document" so I had to remove instances where the type was defined as per TS, tested and works normally (as well as with SSR) don't know if you want to double check, but this should solve all SSR isues.