ucap-lg-web/src/app/sections/group/components/profile.section.component.html
richard-loafle 550fff3849 ing
2020-05-08 15:22:50 +09:00

7 lines
149 B
HTML

<div fxFlexFill class="profile-container">
<app-group-profile
[isMe]="isMe"
[userInfo]="loginRes?.userInfo"
></app-group-profile>
</div>