22 lines
542 B
HTML
22 lines
542 B
HTML
<div>
|
|
<h3>User-list-item</h3>
|
|
<div>
|
|
<ucap-profile-user-list-item
|
|
[userInfo]="userInfo"
|
|
[profileImageRoot]="profileImageRoot"
|
|
[presence]="presence"
|
|
></ucap-profile-user-list-item>
|
|
<ucap-profile-user-list-item
|
|
[userInfo]="userInfo"
|
|
[profileImageRoot]="profileImageRoot"
|
|
>
|
|
</ucap-profile-user-list-item>
|
|
<ucap-profile-user-list-item
|
|
[userInfo]="userInfo"
|
|
[profileImageRoot]="profileImageRoot"
|
|
[checkable]="true"
|
|
>
|
|
</ucap-profile-user-list-item>
|
|
</div>
|
|
</div>
|