-
-
Notifications
You must be signed in to change notification settings - Fork 15
Standalone Directives in ngx‐layout: A Quick Reference
Sonu Kapoor edited this page Mar 25, 2025
·
1 revision
This page lists standalone directives in ngx-layout
, the selectors and the corresponding imports required for use. Refer to this table to quickly identify which directives to import for various layout configurations.
Selector | Import |
---|---|
fxFlex.* |
FlexDirective |
fxFill.* , fxFlexFill.*
|
FlexFillDirective |
fxFlexOffset.* |
FlexOffsetDirective |
fxFlexOrder.* |
FlexOrderDirective |
fxLayout.* |
LayoutDirective |
fxLayoutAlign.* |
LayoutAlignDirective |
fxLayoutGap.* |
LayoutGapDirective |
fxLayoutGap.* |
LayoutGapDirective |
Selector | Import |
---|---|
gdAlignColumns.* |
GridAlignColumnsDirective |
gdAlignRows.* |
GridAlignRowsDirective |
gdArea.* |
GridAreaDirective |
gdAreas.* |
GridAreasDirective |
gdAuto.* |
GridAutoDirective |
gdColumn.* |
GridColumnDirective |
gdColumns.* |
GridColumnsDirective |
gdGridAlign.* |
GridAlignDirective |
gdRow.* |
GridRowDirective |
gdRows.* |
GridRowsDirective |
-
Quick Links
-
Documentation
-
Demos
-
StackBlitz Templates
-
Learning FlexBox
-
History
-
Developer Guides
-
Contributing