The `DaffSizableDirective` allows for dynamic sizing of a component by setting CSS classes based on the specified size. ## Example ```html
'[daffSizable]'
Name | Type | Description | |||
---|---|---|---|---|---|
@Input() size | T | The size of a component. | defaultSize | T | Sets a default size when no size is provided. |
ngOnChanges | |||||
ngOnInit |