getCustomer(id: number): Observable { const url = `${this.customersUrl}/${id}`; return this.http.get(url); }