I have a task for creating a new dynamic tab with Angular for showing components from some parts of the page. I search for solutions and found that it can be done with Angular CDKPortal. Also, I found a tutorial for using it: Tutorial link here. But I found one struggle with adding an angular material select component for this page.
When there is a select component on a newly opened tab, the dropdown list from it shows on another parent browser tab.