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.
Optional
countdownOptional
local
Component
ConfirmHereModal
Description
Displays a confirmation modal with a countdown timer, allowing users to confirm their presence or be automatically disconnected after the timer expires.
Selector
app-confirm-here-modal
Template Url
./confirm-here-modal.component.html
Style Urls
./confirm-here-modal.component.css
Imports
[CommonModule, FontAwesomeModule]
Example