core/common/icon.directive.ts
Allows to set a icon. Switches between c8y default icons and font awesome icons.
Example :<i [c8yIcon]="'clock'">
Selector | [c8yIcon] |
Standalone | true |
Inputs |
Accessors |
constructor(el: ElementRef, renderer: Renderer2)
|
|||||||||
Parameters :
|
c8yIcon |
Type : T | literal type
|
c8yIcon | ||||||
setc8yIcon(icon: T | literal type)
|
||||||
Parameters :
Returns :
void
|