Now the http request is handled inside angular `Component` which should be moved to Injectable `Service` and inject the service into the `Component` .
Now the http request is handled inside angular
Componentwhich should be moved to InjectableServiceand inject the service into theComponent.