Skip to content

Commit

Permalink
feat(ui) headless v1
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe committed Jun 22, 2021
1 parent 4ef75f9 commit 37237fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<div *ngIf="canShowLess()">
<button mat-button color="primary" (click)="showLess()">Show Less</button>
</div>

<div *ngIf="canShowMore()">
<button mat-button color="primary" (click)="showMore()">Show More</button>
</div>
Expand Down

0 comments on commit 37237fa

Please sign in to comment.