# LoadingIndicatorPlaceholderComponent

The `LoadingInficatorPlaceholder` component displays the [default loading indicator](/chat/docs/sdk/angular/v4/components/LoadingIndicatorComponent/) unless a [custom template](/chat/docs/sdk/angular/v4/services/CustomTemplatesService/) is provided. This component is used by the SDK internally, you likely won't need to use it.

[//]: # "Start of generated content"

## 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](https://github.com/GetStream/stream-chat-angular/blob/2451bc8/projects/stream-chat-angular/src/lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts#L17)

---

### color

• **color**: `string`

The color of the indicator

#### Defined in

[lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts:22](https://github.com/GetStream/stream-chat-angular/blob/2451bc8/projects/stream-chat-angular/src/lib/loading-indicator-placeholder/loading-indicator-placeholder.component.ts#L22)

[//]: # "End of generated content"


---

This page was last updated at 2026-03-05T19:02:09.029Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/angular/v4/components/LoadingIndicatorPlaceholderComponent/](https://getstream.io/chat/docs/sdk/angular/v4/components/LoadingIndicatorPlaceholderComponent/).