Open multiple component in tab in angular material
16 views
Skip to first unread message
kasim...@gmail.com
unread,
Jan 20, 2021, 2:08:06 AM1/20/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
I have angular application with 10+ component pages and side navigation bar for open the respective components. Since angular supports only SPA we wanted to show the 10+ components in a tabbed manner. If I click on Component1 in navigation pane it has to open the page in a new tab. Then again if I click on component2 in navigation pane it has to create a new tab for opening component2. So that both the component1 and compnent2 will be available in the same time in two different tabs. Similarly every time if I click on new component it has to create new tab. How to achieve that?