What adapters mean in ng-orbit
An adapter is the UI-facing layer that reads controller state, maps it into your design system, and sends user intent back through controller commands.
- Adapters can be as small as a custom template around exportAs controllers.
- Ready-to-install Material and Daisy renderer packages are one adapter flavor already available today.
- The headless controller remains the only source of truth for UI state.