Skip to content

Commit 10a53c0

Browse files
Merged 'main' into 'release'.
2 parents 898cbbd + 404d40b commit 10a53c0

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)