Implementing Tabs functionality in Angular just like Google chrome

Hi,
We are trying to implement functionality similar to google chrome when we click on any of the links we are giving an option to users to right-click on any link and that particular link will internally open in an internal tab.
But when we open any screen in a different tab, we cannot maintain the tabs’ state. I read in the angular routing document and we cannot maintain the state.
Thank you for the help in advance.

You can take a look in angular matrial (tabs section): Angular Material UI component library

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.