Page layout

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.

[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)

Inputs
layoutMinHeight ?: LayoutMinHeight = LayoutMinHeight.FULL
layoutType ?: LayoutType = LayoutType.SINGLE
padding ?: boolean = true
pageSize ?: any = ContainerSize.DESKTOP_LARGE