Rating
Usage
app.html
app.ts
app.scss
Rating input properties
Attr
Type
Details
label
string
Label for component.
icon
string
Name of the icon (from Material or Font Awesome icons).
value
number
Value of rating and means number of filled/selected icons.
max
number
Number of rating icons
countFromEnd
boolean
Means to start icons counting order.
iconsVertical
boolean
Means to show icons vertically.
disabled
boolean
Means component to be disabled.
Rating styling properties
Attr
Type
Details
label
StylingModel
Styling options for component label.
item
StylingModel
Styling options for component items.
iconSize
string
Means size of component items.
filledColor
string
Css color name for not selected icons.
Last updated