buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

Not working with Angular Server Side Rendering #46

Open tiberiumihai opened 6 years ago

tiberiumihai commented 6 years ago

To prerender the website on the server-side, the library should abstract the window and document files.

Maybe it can be used domino (https://www.npmjs.com/package/domino) instead of actual window or document object.

SEE issue: https://github.com/SebastianM/angular-google-maps/issues/896