Advertisement
andreadc

cars.services.ts

Feb 28th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  getCars(){
  2.  
  3.     let options = {headers:this.headers}
  4.     return this.http.get<Car[]>(this.host + 'getCars', options);
  5.    
  6.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement