Skip to main content

IconPlaceholderComponent

The IconPlaceholder component displays the default icons unless a custom template is provided. This component is used by the SDK internally, you likely won't need to use it.

Inputs and outputs#

icon#

icon: undefined | Icon

The icon to display, the list of supported icons can be found on GitHub.

Defined in#

lib/icon-placeholder/icon-placeholder.component.ts:18


size#

size: undefined | number

The size of the icon (in pixels)

Defined in#

lib/icon-placeholder/icon-placeholder.component.ts:22

Did you find this page helpful?