How to use global nav component to display sidebar with some template from right. #1105
Unanswered
aashutosh-shrivastav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use global nav component to display sidebar with some template from right ?
`
<mat-sidenav #globalNavDrawer mode="over">
<uxg-sidenav
[appName]="appName"
[shortName]="shortName"
[navigationNodes]="navigationNodes"
[activeRoute]="activeRoute"
(nodeChosen)="nodeChosen.emit($event)"
(logout)="logout.emit()"
>
We need some content projection in mat-sidenav .. rt? should I request it as a feature?
Beta Was this translation helpful? Give feedback.
All reactions