Overlay
The FktOverlay service provides a powerful and flexible system for creating positioned overlays in your Angular applications. Built with modern Angular signals and reactive patterns, it supports dynamic positioning, intelligent repositioning, and seamless data binding between parent and overlay components.
Import
import {FktOverlayService} from "frakton-ng/overlay";Simple
Basic overlay implementation with simple content positioning.
Dropdown
Dropdown-style overlay with menu items and selection functionality.
Form
Overlay containing form elements for input and data collection.
Custom tooltip
Custom tooltip implementation using overlay service with rich content.
Interactive
Interactive overlay with complex content and user interactions.
Shared State
Counter: Items:
0
1
Changes made in overlays will update this shared state automatically.
Shared State
Counter:
Items:
Changes made in overlays will update this shared state automatically.