You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -789,10 +789,13 @@ Once we want to inject `foo` inside any other component we won't be able to use
789
789
790
790
## AngularJS application Patterns
791
791
792
-
### Prototype
793
-
794
792
### Data Mapper
795
793
794
+
>A Data Mapper is a Data Access Layer that performs bidirectional transfer of data between a persistent data store (often a relational database) and an in memory data representation (the domain layer). The goal of the pattern is to keep the in memory representation and the persistent data store independent of each other and the data mapper itself.
795
+
796
+

797
+
798
+
796
799
## References
797
800
798
801
1.[Wikipedia](https://en.wikipedia.org/wiki). The source of all brief descriptions of the design patterns is wikipedia.
0 commit comments