Reputation: 79
im wondering how to do some kind of "internal tabs" in my application.
I want to have multiple tabs with multiple nested components (managed by router) and want to keep data alive when im moving between tabs (like keep data in forms etc.), but want to change URL in URL bar in browser.
Im talking about some kind of internal tabs in application, not multiple tabs in browser!
Do you have any tips how to achieve that? Did anybody made some kind of feature?
Thx
Upvotes: 1
Views: 450
Reputation: 2084
I do same functional in big project with multiple big components (CRM)
Upvotes: 1