A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.
A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.
The changed properties.
OptionaloverlayOptionalcontentOptionalcustom
ParticipantsModal - Customizable participants list modal with interaction controls
Component
Selector
app-participants-modal
Standalone
true
Template Url
./participants-modal.component.html
Style Urls
['./participants-modal.component.css']
Imports
[CommonModule, FontAwesomeModule, ParticipantList, ParticipantListOthers]
Description
A modal for displaying and managing meeting participants with customizable UI. Supports three levels of customization:
overlayStyleandcontentStylecustomTemplatefor full UI controlFeatures:
Example
Basic Usage
Example
With Style Customization
Example
Custom Template Override
Input
isParticipantsModalVisible - Controls modal visibility
Input
onParticipantsClose - Callback when modal is closed
Input
onParticipantsFilterChange - Callback when filter changes
Input
participantsCounter - Total number of participants
Input
parameters - Modal parameters including participants list
Input
position - Modal position (default: 'topRight')
Input
backgroundColor - Modal background color (default: '#83c0e9')
Input
overlayStyle - Custom overlay styles
Input
contentStyle - Custom content styles
Input
customTemplate - Complete template override