-
-
Notifications
You must be signed in to change notification settings - Fork 12
fxFlexFill API
Duncan Faulkner edited this page Feb 25, 2023
·
2 revisions
The fxFlexFill directive should be used on elements within a fxLayout container and identifies the element whose width and height should be maximized
<div fxFlexFill>
<div>1. One</div>
<div>2. Two</div>
<div>3. Three</div>
<div>4. Four</div>
</div>
fxFlexFill takes no arguments, and populates its host element with the following inline CSS styling:
Key | Value |
---|---|
margin |
0 |
width |
100% |
height |
100% |
min-width |
100% |
min-height |
100% |
-
Quick Links
-
Documentation
-
Demos
-
StackBlitz Templates
-
Learning FlexBox
-
History
-
Developer Guides
-
Contributing