data.services.ts
export class DataService { constructor(private url : string , private http : HttpClient) { } getAll(){ return this.http.get