Closed
Description
Is it possible to have sidenav in separated component?
I have one component where is some content and button which if I click it opens the sidenav that is in another component (just sidenav is there). I tried that to implement with event emitter but not successfuly and I see that when sidenav is opened, it is showing under the layer of my content in first component. Maybe it is because the content is not in md-sidenav-content? I tried to set z-index but nothing happend. Is it possible? thanks
I need to have sidenav code separated in another component because it is my bachelors thesis and I need to have nice code. Thanks