We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a779edf commit fa7b2acCopy full SHA for fa7b2ac
projects/customizations-example/src/app/app.component.html
@@ -142,11 +142,19 @@
142
let-name="name"
143
let-imageUrl="imageUrl"
144
let-size="size"
145
+ let-type="type"
146
+ let-location="location"
147
+ let-user="user"
148
+ let-channel="channel"
149
>
150
<stream-avatar
151
[name]="name"
152
[imageUrl]="imageUrl"
153
[size]="size"
154
+ [type]="type"
155
+ [location]="location"
156
+ [user]="user"
157
+ [channel]="channel"
158
></stream-avatar>
159
</ng-template>
160
0 commit comments