New to Kendo UI for Angular? Start a free 30-day trial
LoaderType
Specifies the animation type for the Loader component.
The possible values are:
pulsing(default)infinite-spinnerconverging-spinner
type LoaderType = "pulsing" | "infinite-spinner" | "converging-spinner";