Class

LayoutComponent

LayoutComponent()

Constructor

# new LayoutComponent()

This component provides a flexible grid system that can be configured with dynamic rows and columns. It supports responsive breakpoints and can render child components within the grid structure. The component extends NgxParentComponentDirective to inherit common functionality and integrates with the model and component renderer systems.

Layout component for creating responsive grid layouts in Angular applications.

Implements:
  • OnInit

View Source lib/components/layout/layout.component.ts, line 27

Extends

  • NgxParentComponentDirective

LayoutComponent()

Constructor

# new LayoutComponent()

Initializes a new LayoutComponent with the component name "LayoutComponent". This constructor calls the parent NgxParentComponentDirective constructor to set up base functionality and component identification.

Creates an instance of LayoutComponent.

View Source lib/components/layout/layout.component.ts, line 107