Skip to content

Commit 3e88497

Browse files
committed
fix(layout): negate value of async pipe
1 parent 510e68c commit 3e88497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/elements-demo/src/app/core/layout/toolbar/toolbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span>@angular-extensions/elements</span>
1111

1212
<span class="spacer"></span>
13-
<ng-container *ngIf="!(isSmallScreen | async)">
13+
<ng-container *ngIf="(isSmallScreen | async) === false">
1414
<button
1515
mat-flat-button
1616
routerLink="home"

0 commit comments

Comments
 (0)