Bound Expression: Bound Expression is represented as {!v.messageText}. Whenever the value of the string is changed, this expression will reflect the change and also affect the components where it is used, we can say the value change dynamically through this expression. Unbound Expression: Unbound Expression is represented as {#v.messageText}. Whenever the value of the string … Continue reading Bound and Unbound in Salesforce lightning
↧