You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
feat(ssr): enhance support for Universal and SSR with stylesheets
* Add `StyleService` class to manage application and retrieval of styles from elements in a
platform-agnostic manner
* Add virtual stylesheet to store server styles, which applies default styles when breakpoint
overrides are not present
* While not in the browser (ssr), intercept all style calls and reroute them to the virtual
stylesheet.
* For server-side rendering, add a new type of MediaQueryList similar to the MockMediaQueryList
to support manual activation/deactivation of breakpoints
* Add jasmine testing mode for SSR
* Add FlexLayoutServerModule to invoke SSR styling
* Remove unnecessary Renderer references and replace them with DOM APIs
* Add whitespace debugging mode for server styles
Fixes#373.
> See [Design Doc](https://docs.google.com/document/d/1fg04ihw42dJJHGd6fugdiBe39iJot8aErhiE7CjwfmQ/edit#)
0 commit comments