Introduction to Services
Learn about services in Ember and where we can use them.
We'll cover the following...
Introduction
An Ember service is an Ember object used for keeping the state of a specific attribute. Ember services can be made available across the whole application throughout the application’s lifecycle. For example, we can access a service from different components and routes. Different Ember services can also communicate with each other.