page-layout is the base standard component to house all of the components in a page. This component contains the standard background color, maximum width and minimum height.
Contents
[pageSize]="ContainerSize.TABLET"
(768px maximum content width)
[pageSize]="ContainerSize.DESKTOP_SMALL"
(960px maximum content width)
[pageSize]="ContainerSize.DESKTOP_LARGE"
(1200px maximum content width)
[pageSize]="ContainerSize.DESKTOP_XLARGE"
(1440px maximum content width)
[pageSize]="ContainerSize.FLUID"
(No maximum content width)