Learning Angular for .NET Developers
上QQ阅读APP看书,第一时间看更新

One-way binding

Binding types such as Interpolation, Property, Attribute, Class, and Style support one-way data flow from the data source (exposed from the component) to a view or template. Template markups that let the data flow from a component property or method to a template are given in the following table (one-way binding):

Template markups that let data flow from a template to a component property or method are given in the following table (one-way binding):