# EuiGrowlService

**Type:** injectable



Centralized service for managing application-wide `eui-growl` notifications.
Provides methods to display success, error, warning, and info messages with configurable behavior.
Manages message lifecycle, positioning, and accessibility settings through reactive BehaviorSubjects.
Supports both temporary auto-dismissing messages and persistent sticky notifications.
Injected at root level, ensuring a single instance across the entire application.

