0% found this document useful (0 votes)
29 views

AngularJS - Angular Services

Services are reusable objects that provide specific functionality in Angular applications and are substituted using dependency injection, as services have long been used on servers to organize and share logic. Angular services can be created and managed, injected into controllers, and tested to share functionality across an application.

Uploaded by

rikoton
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

AngularJS - Angular Services

Services are reusable objects that provide specific functionality in Angular applications and are substituted using dependency injection, as services have long been used on servers to organize and share logic. Angular services can be created and managed, injected into controllers, and tested to share functionality across an application.

Uploaded by

rikoton
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Developer Guide / dev_guide / services 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 objects that are wired together using dependency injection (DI).

Related Topics
Understanding Angular Services Creating Angular Services Managing Service Dependencies Injecting Services Into Controllers Testing Angular Services

Related API
Angular Service API

You might also like