New to Kendo UI for Angular? Start a free 30-day trial
LoaderComponent
Represents the Kendo UI Loader component for Angular. Displays a Loader that represents an indeterminate wait time.
Provides configuration options for animation type, theme color, and size.
html
<kendo-loader [type]="'infinite-spinner'" [themeColor]="'primary'" [size]="'large'"></kendo-loader>
Selector
kendo-loader
Inputs
Name | Type | Default | Description |
---|---|---|---|
size |
|
|
Specifies the size of the Loader. |
themeColor |
|
|
Specifies the theme color of the Loader. |
type |
|
|
Specifies the Loader animation type. |