Skip to main content
Component creation in Salesforce Lightning..as per the salesforc website, it is given as above.

 

I would like to relate this with code and also what would be the order if child1 has two components in its parent hierarcy and twot subchildren as following

 

​<aura:component>

 

​​​​​​<C:superparent>

 

<C:parent>

 

<C:child1/>

 

</C:parent>

 

</C:superparent>

 

<C:child2/>

 

</aura:component>

 

 
답변 1개
0/9000