Hello everybody;

I have a list with children element with n level of childrens elements.
I want to create a recursive template for display this element but i have 
no solution . an idea ?


   - Element x
      - Element x
         - Element x
         - Element x
            - Element x
         - Element x
      - Element x
   - Element x
      - Element x
      - Element x
   - Element x
      - Element x
      - Element x
         - Element x
      
<ul class="arbo-liste">
     <li *ngFor='let item of datas; let i = index'>
                <p>{{item.title}}</p>

              <!--and i want call again arbo-liste with datas == 
item.children-->
    </li>
</ul>



Thx ! 

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to