import { OnInit } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { ToastrService } from 'ngx-toastr'; import { CommanServiceService } from '../comman-service/comman-service.service'; import { GlobleEnvService } from '../globle/globle-env.service'; import { NgxSpinnerService } from "ngx-spinner"; import * as i0 from "@angular/core"; export declare class CallInfoComponent implements OnInit { router: Router; private route; private cs; private toastr; private spinnerService; private globlEnv; constructor(router: Router, route: ActivatedRoute, cs: CommanServiceService, toastr: ToastrService, spinnerService: NgxSpinnerService, globlEnv: GlobleEnvService); header: any; communictionMode: any[]; contactDate: any; medium: any; subject: any; summary: any; detail: any; emp_idn: any; nme_idn: any; ngOnInit(): void; loadCallInfo(): void; SaveCallInfo(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }