What problem does it solve?
The foundational dbx-core package provides platform-agnostic Angular utilities that underpin the entire DBX component ecosystem, enabling consistent routing, storage, context, authentication, and environment handling across Angular apps.
Core Features & Use Cases
- Core modules and patterns for Injection, Filter, and Pipes, enabling reusable UI components and state flows.
- Comprehensive router abstractions, storage interfaces, and environment services that standardize architecture across web, mobile, and SSR.
- Context management and action-driven patterns that support scalable state management and cross-component collaboration in large applications.
Quick Start
Install the package with npm install @dereekb/dbx-core, then import the needed modules in your app module. For example, wire DbxRouterAnchorModule, DbxInjectionModule, and DbxValuePipes in your Angular module and start using the core services to navigate, inject dynamic components, manage state, and access environment data.