UNPKG

ngx-stars-rating

Version:

## Overview Ngx Stars Rating is a straightforward Angular module designed for Angular 14 and above. It offers customizable star icons using Material Icons, Antd Icons, and other options.

6 lines (5 loc) 110 B
export interface IRatingOptions { starsCount: number; hoverable?: boolean; clickable?: boolean; }