This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Using flex-layout with Angular Universal #187
Closed
Description
From my limited knowledge of Node, I gather that anything referencing Document
or Window
will throw a server-side error.
That said, I'd like to incorporate flex-layout into my Angular Universal app. Is that possible? My initial attempt (simply following the readme) throws the following error:
ReferenceError: document is not defined