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>
2 réponses
  1. 15 avr. 2019, 08:09
    Hi Soundarya,

     

    The componnet Tree looks correct apart from you have missed the Subchild1 and subChild2 in the tree (4 & 5). Are you facing any challenged?

     

    regards,

     

    Amit.
0/9000