I want to create a dynamic tabs, where first tab will display a list of employees and on clicking the employee id it should open that employee in edit mode in new tab similar to this.
The only difference is I want to use angular material for this purpose.
Any pointer or suggestion will be appreciated.