Skip to main content
Version: v4

LoadingIndicatorPlaceholderComponent

The LoadingInficatorPlaceholder component displays the default loading indicator 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

size

size: number = 15

The size of the indicator (in pixels)

Defined in

lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts:17


color

color: string

The color of the indicator

Defined in

lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts:22

Did you find this page helpful?