@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
22 lines (21 loc) • 863 B
TypeScript
import { NzMessageService } from 'ng-zorro-antd';
import { DataSourceHelper } from './../../service/data-source.helper';
import { UserStorageService } from '@wjya/ngx-webapp-fx';
import { OnInit } from '@angular/core';
export declare class SmsSubscribeComponent implements OnInit {
private userStorageService;
private dataSourceHelper;
private _message;
private dataSource;
private smsAccountSubsTurnOnDataSource;
private smsAccountSubsTurnOffDataSource;
private smsAccountSubsSetTargetPhonesDataSource;
private communityGroupId;
data: any[];
constructor(userStorageService: UserStorageService, dataSourceHelper: DataSourceHelper, _message: NzMessageService);
ngOnInit(): void;
loadAll(): void;
onSave(item: any): void;
turnOnOrOff(item: any): void;
formatValue(value: any): any;
}