The About Sub-Application
Learn how to implement the “About” page for the project using a sub-application.
We'll cover the following...
Since we want to learn about switching sub-applications, we’ll need to add another sub-application to our ContactManager application in addition to our ContactsApp. Our new sub-application will be the AboutApp. All it will do is display a static message at the #about URL fragment.
Ask