Services in Ember FW

A service is an Ember object that is accessible from anywhere the service is injected in your Ember application. For more information on Services, checkout the Ember Guides on Services. While Ember FW does define several services, all of them are spoken about elsewhere in greater depth. The Notifications service, is described in great detail in the Notifications concept above, as well as how to implement it with various components. The other two services are also extended by Ember FW GC Services, so be sure to check anything said here against those services. But the other two services defined by Ember FW are: the Ajax Service and the Config Service.