Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SfIconComponent

API reference for SfIconComponent

import {SfIconModule} from "@progress/sitefinity-component-framework";


selector: sf-icon

Hierarchy

  • SfIconComponent

Implements

  • OnInit
  • OnChanges

Index

Properties

iconCssClassList

iconCssClassList: string

The icon css class list

look

look: string

Sets the css modifiers of the component

name

name: string

The font-awesome name of the icon without the fa- prefix

Methods

generateCssClassList

  • generateCssClassList(): string
  • Generates the css class list

    Returns string

ngOnChanges

  • ngOnChanges(changes: any): void
  • Parameters

    • changes: any

    Returns void

ngOnInit

  • ngOnInit(): void
  • Returns void

Generated using TypeDoc