We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4be3e commit 4fdac4dCopy full SHA for 4fdac4d
docs/content/guide/databinding.ngdoc
@@ -3,6 +3,8 @@
3
@sortOrder 210
4
@description
5
6
+# Data Binding
7
+
8
Data-binding in Angular apps is the automatic synchronization of data between the model and view
9
components. The way that Angular implements data-binding lets you treat the model as the
10
single-source-of-truth in your application. The view is a projection of the model at all times.
0 commit comments