Skip to content

Commit 7c039a8

Browse files
committed
Update of the services subsection
1 parent 3e32bba commit 7c039a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ function MyCtrl(developer) {
242242

243243
### Services
244244

245+
In this section I'm going to describe the design and architectural patterns used in the services, as a component and the ones, which are built-into AngularJS.
246+
245247
#### Singleton
246248

247249
>The singleton pattern is a design pattern that restricts the instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. The concept is sometimes generalized to systems that operate more efficiently when only one object exists, or that restrict the instantiation to a certain number of objects.

0 commit comments

Comments
 (0)