Skip to content

Commit

Permalink
fix(demo): use showErrors where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
daelmaak committed Oct 3, 2023
1 parent e23ad83 commit 7d989cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ <h2 id="demos">Demos</h2>
</app-showcase>

<app-showcase id="demo-error-handling" heading="Error handling">
<gallery [items]="erroredImages" loading="lazy"></gallery>
<gallery
[items]="erroredImages"
loading="lazy"
[showErrors]="true"
></gallery>
</app-showcase>

<app-showcase
Expand Down

0 comments on commit 7d989cf

Please sign in to comment.