Slide 46
Slide 46 text
Navigation
- Within the module, you just inject your navigator interface… voila!
- Each module defines the interface with all the cross-module navigation
actions it may trigger.
- Then, the exact behavior, is defined by the `app` module (which defines the
navigation between modules)