Context
- Meteor + Angular2 app
- In the user flow it would be convenient let the end user access another component's view without losing the current one, for instance to search an information he needs.
Hypotheric solutions
- Allow the user to "pop-out" a 2nd view of another component in a popup
- Split the main app view into pane or use 'window-manager-style' to easily allow the display of multiple view ?
How would you implement one of the solutions ?
The simple case would be to have in one component's view, an include to the other, ok, that is feasable.
However I am looking for a more flexible way to do it, i.e. I would like to be able to display any view of my app on the top of the one currently being visited.