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.
For a nested component, I am able to put the fxFlex directly onto it but not on the router-outlet. Would expect some way to do that for a router-outlet.
What is the current behavior?
Reading issues and stack overflow, suggested solutions say to wrap the router-outlet in a
but that is not working for me. The child component does not fill the space. Am I doing something wrong or is this a bug / not a supported feature? Seems strange to me that router-outlets would not be supported but please let me know, thanks.