One-Way Data Binding simply means that HTML elements reflect the change. When the model values change the HTML elements don’t change the values in the model.
In other words, when the model changes, this change is reflected in the view but the view doesn’t change the model. In other words the developer must write extra code for automatic synchronization of data between the model and the view components. One-Way binding may also be called one-direction binding.