unused code delete
This commit is contained in:
parent
eebb910b83
commit
ed7e472464
@ -12,19 +12,10 @@ import {
|
|||||||
massTalkDownloadFailure,
|
massTalkDownloadFailure,
|
||||||
massTalkDownloadSuccess
|
massTalkDownloadSuccess
|
||||||
} from './actions';
|
} from './actions';
|
||||||
import { Login2Response } from '@ucap-webmessenger/pi';
|
|
||||||
import {
|
|
||||||
webLoginFailure,
|
|
||||||
webLoginSuccess
|
|
||||||
} from '@app/store/account/authentication';
|
|
||||||
import { of } from 'rxjs';
|
import { of } from 'rxjs';
|
||||||
import { PublicApiService } from '@ucap-webmessenger/api-public';
|
|
||||||
import { SessionStorageService } from '@ucap-webmessenger/web-storage';
|
import { SessionStorageService } from '@ucap-webmessenger/web-storage';
|
||||||
import { StatusCode } from '@ucap-webmessenger/api';
|
import { StatusCode } from '@ucap-webmessenger/api';
|
||||||
import {
|
import { CommonApiService } from '@ucap-webmessenger/api-common';
|
||||||
CommonApiService,
|
|
||||||
MassTalkDownloadRequest
|
|
||||||
} from '@ucap-webmessenger/api-common';
|
|
||||||
import { KEY_LOGIN_RES_INFO } from '@app/types/login-res-info.type';
|
import { KEY_LOGIN_RES_INFO } from '@app/types/login-res-info.type';
|
||||||
import { EnvironmentsInfo, KEY_ENVIRONMENTS_INFO } from '@app/types';
|
import { EnvironmentsInfo, KEY_ENVIRONMENTS_INFO } from '@app/types';
|
||||||
import { LoginResponse } from '@ucap-webmessenger/protocol-authentication';
|
import { LoginResponse } from '@ucap-webmessenger/protocol-authentication';
|
||||||
|
@ -28,9 +28,6 @@ export class ExpansionPanelComponent implements OnInit {
|
|||||||
@Input()
|
@Input()
|
||||||
favoritBuddyList: UserInfo[];
|
favoritBuddyList: UserInfo[];
|
||||||
|
|
||||||
@Output()
|
|
||||||
selectBuddy = new EventEmitter<UserInfo>();
|
|
||||||
|
|
||||||
@ContentChild(ExpansionPanelItemDirective, {
|
@ContentChild(ExpansionPanelItemDirective, {
|
||||||
read: TemplateRef,
|
read: TemplateRef,
|
||||||
static: true
|
static: true
|
||||||
@ -43,10 +40,6 @@ export class ExpansionPanelComponent implements OnInit {
|
|||||||
|
|
||||||
ngOnInit() {}
|
ngOnInit() {}
|
||||||
|
|
||||||
onClickBuddy(buddy: UserInfo) {
|
|
||||||
this.selectBuddy.emit(buddy);
|
|
||||||
}
|
|
||||||
|
|
||||||
expandMore() {
|
expandMore() {
|
||||||
this.groupAccordion.openAll();
|
this.groupAccordion.openAll();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user