ng2-pdfjs-viewer
ng2-pdfjs-viewer copied to clipboard
The component throws an error on SSR
Because it uses window object directly: https://github.com/intbot/ng2-pdfjs-viewer/blob/6cc01b1d56729bacec301f04cfbe68ebfaf29062/lib/src/ng2-pdfjs-viewer.component.ts#L127
On way to solve this is to use the window from the token, or to not run the this logic at all wrapped with isPlatformBrowser