Rating Component

The Rating Component can be used to represents the rating given by the user.

Components

Description

Rating Basic Component The Rating component is used to represent the rating given by the user.
Rating No Cancel Component We cannot change the value of the component. It is of the boolean data type, the default value is false.
 
Rating ReadOnly Component It indicates the number of stars to be shown. It is of number datatype, the default value is 5.
 
Rating Disabled Component he Form Rating Component is a selection input based on the star icon. It can be usually seen on product pages of e-commerce websites like Amazon, Flipkart, Alibaba, etc.
 
Model Driven Forms Component PrimeNg AutoComplete model provides star based for the inputs.
 
Properties Component The Form Rating Component is a selection input based on the star icon.
 
Rating Events Component The Form Rating Component is a selection input based on the star icon.
Rating Styling Component It can be usually seen on product pages of e-commerce websites like Amazon, Flipkart, Alibaba, etc. 
 

Angular PrimeNG Form Complete Reference

Angular PrimeNG Form facilitates the various input components for taking the input field & validating, which helps to design a responsive form for a single-page-application, that enhances the user experience, along with increasing the user interactivity in the Web application.

There are various components that are provided by the Angular PrimeNG Form, which are listed below with their brief description.

Similar Reads

AutoComplete Component

The AutoComplete Component in Angular PrimeNG facilitates real-time suggestions while the user is typing in the input component....

Calendar Component

The Calendar Component can be used to display a month-wise calendar that allows the user to select dates and move to the next or previous month....

CascadeSelect Component

The CascadeSelect Component is used to display a nested structure of options. It is like a Dropdown component where the items have their nested items which the user can select....

Checkbox Component

The Checkbox Component is an extension to the standard checkbox element with theming....

Chips Component

The Chips Component can be utilized to include the multiple values on an input field....

ColorPicker Component

The ColorPicker Component can be used to make a component in which users can select colors....

Dropdown Component

The Dropdown Component can be used to make to choose the objects from the given list of items....

Editor Component

The Form Editor is a Quill-based rich text editor component. There are various components provided by Angular PrimeNG, which are described below....

FloatLabel Component

FloatLabel component is the floating label that can be used on the input component....

InputGroup Component

InputGroup component allows a user to input content....

InputMask Component

InputMask component allows a user to input value in a certain format which includes numeric, date, currency and phone....

InputSwitch Component

The InputSwitch Component is used to take a boolean input from the user. It has two states, on and off. It can be turned on initially by binding its value with a boolean variable set to true. There is only one event associated with the InputSwitch component which is given below....

Inputtext Component

The Inputtext Component is an element that is used to make a text field with multi-line input support....

InputTextarea Component

The InputTextarea Component is an element that is used to make a text field with multi-line input support....

InputNumber Component

An InputNumber Component allows a user to input content as a numerical value. All the components are given below ....

Invalid State Component

The Invalid State Component can be used to show an invalid state style in the form module. When the class is set to invalid, it will provide the style for the input element as invalid....

Form Knob Component

The Knob component is a form component that is used to define a dialer type knob that contains labels and some data values....

KeyFilter Component

The KeyFilter component can used to set the data type that is to be used for an input field. It also filters other data types from the entered data types....

Listbox Component

The ListBox component can be used to make a list component from which we can select one or more items and can also be discarded if the item is not required by unchecking in the list....

MultiSelect Component

The Multiselect Component provides the user with a list of options where the user can select one or more options. The properties of the MultiSelect Component are listed below....

Password Component

The Password Component can be used to represent the strength indicator for the password fields....

RadioButton Component

The RadioButton Component allows the user to select one option at a time from a set....

Rating Component

The Rating Component can be used to represents the rating given by the user....

Slider Component

The Slider Component can be utilized as an input field having numeric values with a drag handle....

SelectButton Component

The SelectButton Components can be used to make a group of buttons from which the user can select a value....

ToggleButton Component

The ToggleButton Component can be used to make a button that users can toggle by clicking on it...

TreeSelect Component

The TreeSelect Component allows the users to select items from hierarchical data....

TriCheckbox Component

The TriCheckbox Component allows a user to make a checkbox with three states ie, true, false & null conditions....

Contact Us