Guided Tour creates a step-by-step walkthrough on top of the real UI. Use it to teach users how a screen works, introduce a new feature, or guide them through a complex flow by attaching steps to existing elements with anchors or selectors.
- A first-run onboarding tour or feature discovery flow.
- Steps attached to real interface elements through
ngsTourAnchor, selectors, or an element callback. - Optional backdrop highlighting to focus attention on the current element.
- Navigation between steps, keyboard control, route changes, or waiting for dynamic elements.
- Custom step content with plain text, HTML, or an Angular template.
Do not use Guided Tour for a simple hover hint, anchored menu, confirmation dialog, form wizard, documentation page, or marketing onboarding screen. Use Tooltip, Popover, Confirm, Dialog, Stepper, or normal page content for those cases.