projects/aoc-client/ui/form/aoc-ui-form/aoc-ui-form-row-element.directive.ts
| Providers |
{
provide: AocUiFormFieldDirective, useExisting: AocUiFormRowElementDirective
}
|
| Selector | [aocUiFormRowElement] |
| Standalone | true |
Properties |
|
Inputs |
constructor(elementRef: ElementRef)
|
||||||
|
Parameters :
|
| alignItems |
Type : "start" | "center" | "end"
|
| aocUiFormRowElement |
Type : string
|
Default value : ''
|
| gap |
Type : string
|
Default value : '5px'
|
| group |
Type : boolean
|
Default value : false
|
| offset |
Type : number
|
| span |
Type : number
|
| stretch |
Type : boolean
|
Default value : false
|
| Public elementRef |
Type : ElementRef
|