Day 11: Angular - Services : Creating a Simple Angular Service
A service is a special type of class used in Angular. We can use the service to do many things like sharing data among multiple components, connecting with external resources like data servers, handling data retrieval, manipulation, etc. Service is u...
saketsk.hashnode.dev3 min read