New to Kendo UI for Angular? Start a free 30-day trial
BadgeSize
Specifies the size of the Badge (see example).
The possible values are:
small
medium
(Default)large
type
BadgeSize = "small" | "medium" | "large" | "none";