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.
If I'm not mistaken the configuration of the FlexLayoutModule can only be set once. This is allright in small applications, but I've found myself in the situation where I would need to change the printWithBreakpoints depending on the screen you're currently on. As far as I know, currently this is not possible.
What is the desired behavior?
To be able to set printWithBreakpoints or equivalent dynamically using a service or something similar.
What is the use-case or motivation for the desired behavior?
To be able to have different printWithBreakpoints for different screens of the SPA.