Concept Flow - Injecting services into components
Component needs data
Inject service into component
Service provides data/methods
Component uses service data/methods
Component renders with service data
The component asks for a service, Angular injects it, then the component uses the service's data or methods to render.