Skip to content

Commit 4fdac4d

Browse files
meldaravaniellgalfaso
authored andcommitted
docs(guide/Data Binding): add heading to page
the other pages have one, this makes them look more unified.
1 parent 2f4be3e commit 4fdac4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/guide/databinding.ngdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@sortOrder 210
44
@description
55

6+
# Data Binding
7+
68
Data-binding in Angular apps is the automatic synchronization of data between the model and view
79
components. The way that Angular implements data-binding lets you treat the model as the
810
single-source-of-truth in your application. The view is a projection of the model at all times.

0 commit comments

Comments
 (0)