I'd like to have master/detail on the same page: A table with names on the left side and a detail form on the right side, which shows the address details for the chosen name from the left. When an address is chosen, it should also be shown in the url, so that it is bookmarkable. The url would look like http://app/addressbook/32 (while 32 resemebles the route parameter ":id"). Now if a user loads his bookmarked address it should be shown with the table on the left highlighting the name of the boomarked address and the form on the right with the data of the bookmarked address.
I know with angularjs it was possible with ui-router and states, but I can't find a way to do this with angular2. So far I have worked through the angular2 hero tutorial including the router part from the docs (https://angular.io/docs/ts/latest/guide/router.html). So I know the basic concepts of the angular2 router. Are there any ideas how to solve this problem? Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
