Conditional Rendering in Lightning Component using aura:if in Salesforce
Conditional rendering allows us to hide and show. We have to use 1. aura:if For showing contents when the condition is true. 2. aura:set For showing contents when the condition ....