fxFlexFill API - ngbracket/ngx-layout GitHub Wiki
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% |