let headers = new HttpHeaders({ 'Content-Type': 'application/json', 'Authorization': this.basic }); let options = { headers: headers };