I've done Angular's hero tutorial and have a basic understanding of routing. However, that seems to only route part of the page (functioning like some kind of iframe).
If I'm looking to basically route index.html, i.e. doing the traditional <a href> to another location (changing the entire page) how would I go about it?
In other words, if index.html contains <my-app></my-app> is it possible to have another component to have its selector as my-app also and have it called when an event occurs?