Skip to main content

FxFlexFill

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 Options

fxFlexFill takes no arguments, and populates its host element with the following inline CSS styling:

KeyValue
margin0
width100%
height100%
min-width100%
min-height100%