Skip to content

Commit 1064d0d

Browse files
committed
Update the introduction to two chapters
1 parent 357cb37 commit 1064d0d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The goal of this paper is to describe how different software design and architec
4242

4343
## Introduction
4444

45-
The document begins with brief overview of the AngularJS framework. The overview explains the main AngularJS components - directives, filters, controllers, services, scope. The second section lists and describes different design and architectural patterns, which are implemented inside the framework.
45+
The document begins with brief overview of the AngularJS framework. The overview explains the main AngularJS components - directives, filters, controllers, services, scope. The second section lists and describes different design and architectural patterns, which are implemented inside the framework. The patterns are grouped by the AngularJS component they are used in. If some patterns are used inside multiple components it will be explicitly mentioned.
4646

4747
The last section contains a few architectural patterns, which are commonly used inside most of the single-page applications build with AngularJS.
4848

@@ -245,9 +245,11 @@ function MyCtrl(developer) {
245245

246246
## AngularJS Patterns
247247

248-
### Services
248+
In the next a couple of sections, we are going to take a look how the traditional design and architectural patterns are composed in the AngularJS components.
249+
250+
In the last chapter we are going to take a look at some architectural patterns, which are frequently used in the development of Single-Page Applications with (but not limited to) AngularJS.
249251

250-
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.
252+
### Services
251253

252254
#### Singleton
253255

0 commit comments

Comments
 (0)