2019-10-02 17:12:51 +09:00
|
|
|
<div>
|
|
|
|
<h3>User-list-item</h3>
|
|
|
|
<div>
|
2019-10-10 10:03:25 +09:00
|
|
|
<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"
|
|
|
|
>
|
2019-10-02 17:12:51 +09:00
|
|
|
</ucap-profile-user-list-item>
|
2019-10-10 10:03:25 +09:00
|
|
|
<ucap-profile-user-list-item
|
|
|
|
[userInfo]="userInfo"
|
|
|
|
[profileImageRoot]="profileImageRoot"
|
|
|
|
[checkable]="true"
|
|
|
|
>
|
2019-10-02 17:12:51 +09:00
|
|
|
</ucap-profile-user-list-item>
|
|
|
|
</div>
|
|
|
|
</div>
|