SlideShare a Scribd company logo
http://angularjs.org
(AngularJS Services)
What is a Services?
•Services are function, or object, that is available for, and limited
to your AngularJS application.
•Services are normally injected using dependency injection
mechanism of AngularJS.
•Inbuilt services are: $https:, $route, $window, $location,
$log etc...
•$https: is used to make ajax call to get the server data.
$route: is used to define the routing information and so on.
How create custom services?
•factory
•service
AngularJS AJAX - $http
•$http is an AngularJS service for reading data from remote
servers.
Methods
.get()
.post()
.delete()
.head()
.jsonp()
.patch()
.put()
Thank you :)

More Related Content

PDF
Handout for Metadata Overview SEI 2013
KEY
Tools that get you laid
PPTX
Angularjs scope part 02
PDF
Angularjs & REST
PDF
REST in AngularJS
PPTX
06 web api
PDF
2013 - Nate Abele Wield AngularJS like a Pro
PDF
Multi screen HTML5
Handout for Metadata Overview SEI 2013
Tools that get you laid
Angularjs scope part 02
Angularjs & REST
REST in AngularJS
06 web api
2013 - Nate Abele Wield AngularJS like a Pro
Multi screen HTML5

More from Mohd Abdul Baquee (6)

PPTX
Cursor - AI Code Editor: Revolutionizing Coding with AI-Powered Tools
PPTX
Mastering REST APIs: A Comprehensive Guide to Building and Using REST Clients
PPTX
Angularjs - custom directives part 05
PPTX
Angularjs rounting part 04
PPTX
Angularjs basic part01
ODP
Jquery for Beginners
Cursor - AI Code Editor: Revolutionizing Coding with AI-Powered Tools
Mastering REST APIs: A Comprehensive Guide to Building and Using REST Clients
Angularjs - custom directives part 05
Angularjs rounting part 04
Angularjs basic part01
Jquery for Beginners
Ad

Recently uploaded (20)

PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
GDM (1) (1).pptx small presentation for students
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Pre independence Education in Inndia.pdf
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Cardiovascular Pharmacology for pharmacy students.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
Cell Structure & Organelles in detailed.
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
GDM (1) (1).pptx small presentation for students
O7-L3 Supply Chain Operations - ICLT Program
human mycosis Human fungal infections are called human mycosis..pptx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Pre independence Education in Inndia.pdf
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
BÀI TẬP TEST BỔ TRỢ THEO TỪNG CHỦ ĐỀ CỦA TỪNG UNIT KÈM BÀI TẬP NGHE - TIẾNG A...
Basic Mud Logging Guide for educational purpose
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Cardiovascular Pharmacology for pharmacy students.pptx
Microbial diseases, their pathogenesis and prophylaxis
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Week 4 Term 3 Study Techniques revisited.pptx
Cell Structure & Organelles in detailed.
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
102 student loan defaulters named and shamed – Is someone you know on the list?
Ad

Angularjs Services part 03

  • 2. What is a Services? •Services are function, or object, that is available for, and limited to your AngularJS application. •Services are normally injected using dependency injection mechanism of AngularJS. •Inbuilt services are: $https:, $route, $window, $location, $log etc... •$https: is used to make ajax call to get the server data. $route: is used to define the routing information and so on.
  • 3. How create custom services? •factory •service
  • 4. AngularJS AJAX - $http •$http is an AngularJS service for reading data from remote servers. Methods .get() .post() .delete() .head() .jsonp() .patch() .put()

Editor's Notes