angular.service

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

The services API provides objects for carrying out common web app tasks. Service objects are managed by angular's dependency injection system.

For information on how angular services work and how to write your own services, see Angular Services in the angular Developer Guide.