In this lab you will use http service to retrieve and display data from http server
- Use the pipes lab as a starter
- Remove the static data (Instructors array)
- Create a new service – InstructorService with the following methods:
- getInsByPrice
- getAllInstructors
- Use the JSON server to test your service
- Create a component to use the service