...
/Implementing the Controller and Sub-Application
Implementing the Controller and Sub-Application
Learn how to add a controller for the new header sub-application.
We'll cover the following...
We'll cover the following...
Adding the List controller
With the data and display portions ready, let’s add the controller:
Now, we need to display our header menu:
We’ve implemented a command handler in lines 9–11 so other sub-apps can command our header to highlight a different entry.
Tip: What’s the difference ...