I am developing a new SPA where I have a left nav menu and the items in this left-nav menu is driven by the API. Like Dashboard1, Dashboard2
I have created a Dashboard component. When I click on Dashboard1, I should be able to pass Dashboard1 to my Dashboard component and display it right-side. Same case when I click on Dashboard2 on the left nav, I should be able to pass Dashboard2 to my Dashboard Component and display it right-side.