I am little bit confused about the difference between a service and component. Can someone explain with example that what is the difference between a service and component?
I am little bit confused about the difference between a service and component. Can
Share
A service can be made up of several components. Usually a service provides one complete feature that is made up by combining different components.
The service’s user don’t need to know anything about the underlying components. User will deal only directly with the service while service internally will be interacting with the components