# new NgxPageDirective()
Abstract directive that provides foundational functionality for page components. Extends NgxComponentDirective to add page-specific features including menu management, page title handling, and Ionic lifecycle hooks. This directive serves as the base class for all page-level components, providing consistent behavior for navigation, routing, and UI state.
Base directive for page-level components in Decaf Angular applications.