angular.js/docs/content/guide/dev_guide.services.ngdoc

22 lines
908 B
Text
Raw Normal View History

2011-06-06 15:50:35 +00:00
@ngdoc overview
@name Developer Guide: Angular Services
@description
Services are a feature that angular brings to client-side web apps from the server side, where
services have been commonly used for a long time. Services in angular apps are substitutable
2012-02-27 20:14:48 +00:00
objects that are wired together using {@link di dependency injection (DI)}. Services are
most often used with {@link di dependency injection}, also a key feature of angular apps.
2011-06-06 15:50:35 +00:00
## Related Topics
* {@link dev_guide.services.understanding_services Understanding Angular Services}
* {@link dev_guide.services.creating_services Creating Angular Services}
* {@link dev_guide.services.managing_dependencies Managing Service Dependencies}
2012-01-16 07:28:10 +00:00
* {@link dev_guide.services.injecting_controllers Injecting Services Into Controllers}
2011-06-06 15:50:35 +00:00
* {@link dev_guide.services.testing_services Testing Angular Services}
## Related API
* {@link api/ng Angular Service API}