May 2018
Intermediate to advanced
512 pages
11h 3m
English
These directives can be used on DOM containers such as <div> or <span>, like <div fxLayout="row" fxLayoutAlign="start center" fxLayoutGap="15px">...</div>:
| HTML API | Allowed values |
|---|---|
| fxLayout | <direction> | <direction> <wrap> Use: row | column | row-reverse | column-reverse |
| fxLayoutAlign | <main-axis> <cross-axis> main-axis: start |center | end | space-around | space-between cross-axis: start | center | end | stretch |
| fxLayoutGap |
% | px | vw | vh |
Read now
Unlock full access