core/common/icon.directive.ts
Allows to set a icon. Switches between c8y default icons and font awesome icons.
Example :<i [c8yIcon]="'clock'">Icon classes are only applied when the element is visible in the viewport, improving performance for pages with many icons.
| Selector | [c8yIcon] |
| Standalone | true |
Inputs |
constructor(el: ElementRef, renderer: Renderer2, intersectionObserverService: IntersectionObserverService)
|
||||||||||||
|
Parameters :
|