export class HttpService { constructor(private http:HttpClient) {} post(serviceName:string,date:any){ const data = {}; const headers= new HttpHeade