New to Kendo UI for Angular? Start a free 30-day trial
LoaderSize
Specifies the size options for the Loader component.
The possible values are:
small
medium
(Default)large
For more information, see the Loader Appearance - Size documentation.
type
LoaderSize = "small" | "medium" | "large";