loading type is changed

This commit is contained in:
병준 박 2019-10-16 15:06:22 +09:00
parent 230e824003
commit a4c572f5e7
2 changed files with 19 additions and 17 deletions

View File

@ -4,33 +4,25 @@
<ng-template mat-tab-label> <ng-template mat-tab-label>
<mat-icon>group</mat-icon> <mat-icon>group</mat-icon>
</ng-template> </ng-template>
<ng-template matTabContent> <app-layout-chat-left-sidenav-group></app-layout-chat-left-sidenav-group>
<app-layout-chat-left-sidenav-group></app-layout-chat-left-sidenav-group>
</ng-template>
</mat-tab> </mat-tab>
<mat-tab> <mat-tab>
<ng-template mat-tab-label> <ng-template mat-tab-label>
<mat-icon>chat</mat-icon> <mat-icon>chat</mat-icon>
</ng-template> </ng-template>
<ng-template matTabContent> <app-layout-chat-left-sidenav-chat></app-layout-chat-left-sidenav-chat>
<app-layout-chat-left-sidenav-chat></app-layout-chat-left-sidenav-chat>
</ng-template>
</mat-tab> </mat-tab>
<mat-tab> <mat-tab>
<ng-template mat-tab-label> <ng-template mat-tab-label>
<mat-icon>device_hub</mat-icon> <mat-icon>device_hub</mat-icon>
</ng-template> </ng-template>
<ng-template matTabContent> <app-layout-chat-left-sidenav-organization></app-layout-chat-left-sidenav-organization>
<app-layout-chat-left-sidenav-organization></app-layout-chat-left-sidenav-organization>
</ng-template>
</mat-tab> </mat-tab>
<mat-tab> <mat-tab>
<ng-template mat-tab-label> <ng-template mat-tab-label>
<mat-icon>phone</mat-icon> <mat-icon>phone</mat-icon>
</ng-template> </ng-template>
<ng-template matTabContent> <app-layout-chat-left-sidenav-call></app-layout-chat-left-sidenav-call>
<app-layout-chat-left-sidenav-call></app-layout-chat-left-sidenav-call>
</ng-template>
</mat-tab> </mat-tab>
</mat-tab-group> </mat-tab-group>
</div> </div>

View File

@ -1,15 +1,25 @@
<div class="oraganization-tab" fxLayout="column"> <div
class="oraganization-tab"
fxLayout="column"
*ngIf="departmentInfoList$ | async"
>
<div class="oraganization-tab-tree" fxFlex="50" style="overflow: scroll"> <div class="oraganization-tab-tree" fxFlex="50" style="overflow: scroll">
<ucap-organization-tree [oraganizationList]="departmentInfoList$ | async" <ucap-organization-tree
(selected)="onSelectedOrganization($event)"></ucap-organization-tree> [oraganizationList]="departmentInfoList$ | async"
(selected)="onSelectedOrganization($event)"
></ucap-organization-tree>
</div> </div>
<div fxFlex="50" style="overflow: scroll"> <div fxFlex="50" style="overflow: scroll">
<div> <div>
(선택된부서명) (선택된부서명)
</div> </div>
<div> <div>
<ucap-profile-user-list-item *ngFor="let userInfo of selectedDepartmentUserInfoList$ | async" <ucap-profile-user-list-item
[userInfo]="userInfo" [checkable]="true" [sessionVerinfo]="sessionVerinfo"> *ngFor="let userInfo of selectedDepartmentUserInfoList$ | async"
[userInfo]="userInfo"
[checkable]="true"
[sessionVerinfo]="sessionVerinfo"
>
</ucap-profile-user-list-item> </ucap-profile-user-list-item>
</div> </div>
<div> <div>