Skip to content

Commit 404d40b

Browse files
committed
docs: fix some layout again
1 parent c7416a6 commit 404d40b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/example-ng-pixijs/src/app/app.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<ng-doc-root [noWidthLimit]="!!hideSidebar()" [footerContent]="footerContent">
1+
<ng-doc-root
2+
[sidebar]="!hideSidebar()"
3+
[noWidthLimit]="!!hideSidebar()"
4+
[footerContent]="footerContent"
5+
>
26
<ng-doc-navbar [ngClass]="{ 'hide-sidebar': hideSidebar() }">
37
<a class="brand" routerLink="/" ngDocNavbarLeft>
48
<h3>

0 commit comments

Comments
 (0)