Skip to content

Commit

Permalink
example: custom avatar input binding
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Sep 16, 2023
1 parent a779edf commit fa7b2ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/customizations-example/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,19 @@
let-name="name"
let-imageUrl="imageUrl"
let-size="size"
let-type="type"
let-location="location"
let-user="user"
let-channel="channel"
>
<stream-avatar
[name]="name"
[imageUrl]="imageUrl"
[size]="size"
[type]="type"
[location]="location"
[user]="user"
[channel]="channel"
></stream-avatar>
</ng-template>

Expand Down

0 comments on commit fa7b2ac

Please sign in to comment.