themyth92 / ngx-lightbox

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

Fix SSR and update Readme for Angular Universal #96

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. Also updated readme as no longer needs domino or other hacks.

crooksey commented 3 years ago

@themyth92 been running 14 hours in the wild/live now with no issues (for me).

themyth92 commented 3 years ago

tks alot @crooksey