There was an error while loading. Please reload this page.
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:
margin
0
width
100%
height
min-width
min-height
Home
Quick Links
Documentation
Demos
StackBlitz Templates
Learning FlexBox
History
Developer Guides
Contributing