Can someone please give a codepen example or something showing how to uses hierarchical states (HS)?
I can make HS such as “find” and “find.search”, but if I leave out the “app” top-level state in the sidemenu example, then I won’t have the menu system.
If I try to make substates from app, as in app.find.search, I just get white-screen with no errors:
to work, app.find would need to be an abstract state. Try to think less on how the states can be structured in relation to one another, but how everything is related to the one ion-nav-view, menuContent.