Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • AngularJS Web Application Development Blueprints
  • Toc
  • feedback
AngularJS Web Application Development Blueprints

AngularJS Web Application Development Blueprints

By : Vinci J Rufus
4.3 (7)
close
AngularJS Web Application Development Blueprints

AngularJS Web Application Development Blueprints

4.3 (7)
By: Vinci J Rufus

Overview of this book

If you are a web application developer interested in using AngularJS for a real-life project, then this book is for you. As a prerequisite, knowledge of JavaScript and HTML is expected, and a working knowledge of AngularJS is preferred.
Table of Contents (12 chapters)
close
11
Index

Understanding AngularJS services


When you are building medium to large-scale applications where certain functionalities are common across different pages or sections, then instead of repeating the same piece of code within every controller, it's best to write it within a service and call it within the different components.

A classic example would be getting the list of products from a backend web service. The code to make the web service call, passing in the authentication tokens or API keys, getting the response back, and parsing the response can all be put into a service. This service can then be called from the various controllers, directives, or other components that need to display the product list.

A couple of points to remember with regard to services are as follows:

  • They are singleton objects that are initiated only once, and they persist throughout the lifetime of the app

  • Services are lazy loaded, that is, they get initiated only when an application component depends on it

  • These services...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete