Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Jan 18, 2021
1 parent 39999a1 commit b6133dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/galleria/galleriademo.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5>Getting Started</h5>
&lt;p-galleria [value]="images"&gt;
&lt;ng-template pTemplate="item" let-item&gt;
&lt;img [src]="item.previewImageSrc" [alt]="item.alt" /&gt;
&lt;/template&gt;
&lt;/ng-template&gt;
&lt;/p-galleria&gt;
</app-code>
<p>For the rest of the documentation, sample data below would be return from an example service e.g. PhotoService.</p>
Expand Down

0 comments on commit b6133dc

Please sign in to comment.