Skip to content

Commit fa7b2ac

Browse files
committed
example: custom avatar input binding
1 parent a779edf commit fa7b2ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/customizations-example/src/app/app.component.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,19 @@
142142
let-name="name"
143143
let-imageUrl="imageUrl"
144144
let-size="size"
145+
let-type="type"
146+
let-location="location"
147+
let-user="user"
148+
let-channel="channel"
145149
>
146150
<stream-avatar
147151
[name]="name"
148152
[imageUrl]="imageUrl"
149153
[size]="size"
154+
[type]="type"
155+
[location]="location"
156+
[user]="user"
157+
[channel]="channel"
150158
></stream-avatar>
151159
</ng-template>
152160

0 commit comments

Comments
 (0)