You need to sign in to do that
Don't have an account?
Ankit Satnalika
Lightning Attributes
Can anybody tell me about below lightning attributes:
1. !
2. #
Also if possible shre the link to know more about the same.
1. !
2. #
Also if possible shre the link to know more about the same.
Bound Expression: Bound Expression is represented as {!v.str}. 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.str}. Whenever the value of the string is changed, this expression will not reflect the change, we can say the value remains static through this expression.
https://wedgecommerce.com/bound-and-unbound-expressions-lightning-components/
https://balkishankachawa.wordpress.com/tag/bound-unbound-expressions/
Can you please Let me know if it helps or not!!!
If it helps don't forget to mark this as a best answer!!!
Thanks,
Maharajan.C
All Answers
Bound Expression: Bound Expression is represented as {!v.str}. 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.str}. Whenever the value of the string is changed, this expression will not reflect the change, we can say the value remains static through this expression.
https://wedgecommerce.com/bound-and-unbound-expressions-lightning-components/
https://balkishankachawa.wordpress.com/tag/bound-unbound-expressions/
Can you please Let me know if it helps or not!!!
If it helps don't forget to mark this as a best answer!!!
Thanks,
Maharajan.C