The `DaffTextAlignableDirective` allows for dynamic text alignment of a component by setting CSS classes based on the specified text alignment. This directive is useful when text alignment needs to be managed dynamically in an Angular component. ## Example ```html
'[daffTextAlignable]'
Name | Type | Description | |||
---|---|---|---|---|---|
@Input() textAlignment | DaffTextAlignment |
The text-alignment of a component. | defaultAlignment | DaffTextAlignment |
Sets a default textAlignment. |
ngOnChanges |