The star rating is a component which allows the user to rate something from 1 to 6 for examples by clicking the respective number of stars. It is very popular with all kinds of applications which incorporate rating of services or experience.
Angular Star Rating features
The number of displayed items can be configured in advance.

You can also select an image different from star for the rating component.
The Rating component for Angular requires the following imports:
import { Component, ViewChild, AfterViewInit } from ‘@angular/core’;
import { jqxRatingComponent } from ‘../assets/jqwidgets-ts/angular_jqxrating’;
You can see an example here.