| 1. |
What Is Angular Material Layouts? |
|
Answer» Layout DIRECTIVE layout directive on a container element is used to specify the layout direction for its children. Following are the assignable values: row - Items are arranged horizontally with max-height = 100% and max-WIDTH is the width of the items in the container. column - Items are arranged vertically with max-width = 100% and max-height is the height of the items in the container. For responsive design such as layout to be automatically changed depending upon the device screen size,following layout APIs can be used to set the layout direction for devices with view widths.
Layout Directive layout directive on a container element is used to specify the layout direction for its children. Following are the assignable values: row - Items are arranged horizontally with max-height = 100% and max-width is the width of the items in the container. column - Items are arranged vertically with max-width = 100% and max-height is the height of the items in the container. For responsive design such as layout to be automatically changed depending upon the device screen size,following layout APIs can be used to set the layout direction for devices with view widths. |
|