MenuParticipantsWidget displays an icon and a counter for participants in a compact, customizable widget.
app-menu-participants-widget
true
CommonModule, FontAwesomeModule
icon
iconColor
participantsCounter
<app-menu-participants-widget [icon]="faUsers" iconColor="blue" [participantsCounter]="10"></app-menu-participants-widget> Copy
<app-menu-participants-widget [icon]="faUsers" iconColor="blue" [participantsCounter]="10"></app-menu-participants-widget>
MenuParticipantsWidget displays an icon and a counter for participants in a compact, customizable widget.
Selector
app-menu-participants-widget
Standalone
true
Imports
CommonModule, FontAwesomeModule
Inputs
icon
(IconDefinition): The FontAwesome icon to display.iconColor
(string): The color of the icon. Default is 'black'.participantsCounter
(number): The number of participants displayed next to the icon.Example