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.
The problem I am trying to highlight is the relation between the fxLayoutGap and the fxFlex percentage used with fxLayout="row".
To me, the fxFlex value should a percentage of the available space minus the fxLayoutGap applied inbetween the elements.
So in the following screenshot for example, I would expect to have 2 lines of 4 squares (because 25% is a quarter of 100%):
The problem I am trying to highlight is the relation between the
fxLayoutGapand thefxFlexpercentage used withfxLayout="row".To me, the
fxFlexvalue should a percentage of the available space minus thefxLayoutGapapplied inbetween the elements.So in the following screenshot for example, I would expect to have 2 lines of 4 squares (because 25% is a quarter of 100%):

https://plnkr.co/edit/W6N0q7mSjEjBKGyws3R4?p=preview