src/lib/filter-toolbar/icon-filter/icon-filter.component.ts
Component to display the four icon filters and handle the click of them.
Example :<talenra-icon-filters
[(availableIcons)]="availableIcons"
></talenra-icon-filters>| selector | talenra-icon-filter |
| imports |
TooltipDirective
IconComponent
|
| styleUrls | ./icon-filter.component.scss |
| templateUrl | ./icon-filter.component.html |
Methods |
Inputs |
Outputs |
| availableIcons |
Type : IIconInput[]
|
Default value : []
|
|
List of given IconFilters. |
| availableIcons |
Type : IIconInput[]
|
|
List of given IconFilters. |
| onValuesSelected | ||||||||
onValuesSelected(iconInput: IIconInput)
|
||||||||
|
Method to save and emit changes.
Parameters :
Returns :
void
|