# EuiWizardService

**Type:** injectable



Service for managing wizard state and navigation in eui-wizard components.
Tracks active step index, handles step transitions, and integrates with Angular Router for URL-based navigation.
Provides programmatic control over wizard progression and step selection.
Intended injection scope: Component-level (provided in wizard component).
Dependencies: Angular Router for route-based step navigation.

