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
{{ message }}
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.
Prefer inputs over the @Attribute parameter decorator.
Why?: The input creates one-way binding which means that we can bind it to an expression and its value gets automatically updated. We can inject a property with @Attribute to a controller's constructor and get its value a single time.
*To be discussed ... *
I copied several of these from early discussions and will list them as issues for future discussion after ngConf
cc // @mgechev @wardbell
Prefer inputs over the
@Attribute
parameter decorator.Why?: The input creates one-way binding which means that we can bind it to an expression and its value gets automatically updated. We can inject a property with
@Attribute
to a controller's constructor and get its value a single time.The text was updated successfully, but these errors were encountered: