We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 898cbbd + 404d40b commit 10a53c0Copy full SHA for 10a53c0
apps/example-ng-pixijs/src/app/app.component.html
@@ -1,4 +1,8 @@
1
-<ng-doc-root [noWidthLimit]="!!hideSidebar()" [footerContent]="footerContent">
+<ng-doc-root
2
+ [sidebar]="!hideSidebar()"
3
+ [noWidthLimit]="!!hideSidebar()"
4
+ [footerContent]="footerContent"
5
+>
6
<ng-doc-navbar [ngClass]="{ 'hide-sidebar': hideSidebar() }">
7
<a class="brand" routerLink="/" ngDocNavbarLeft>
8
<h3>
0 commit comments