This is Part 7 continuation of component and service and here I am going to explain for the following:
How to create an angular component, service and module using CLI.
Singleton vs multiple instances or we can say in other words what is the difference between module-level providers vs component-level providers.
What is angular custom service and how to use in different ways?
The full project can be found on : https://github.com/b2expert/angular7
#singletonVSmultitonServiceInstance #ModuleAndComponentProviders #ComponentServiceModule #Angular7Tutorial