Search
 
SCRIPT & CODE EXAMPLE
 

HTML

ngfor display in html table

<table>
     <ng-container *ngFor="let group of groups">
         <tr><td><h2>{{group.name}}</h2></td></tr>
         <tr *ngFor="let item of group.items"><td>{{item}}</td></tr>
     </ng-container>
</table>
Comment

PREVIOUS NEXT
Code Example
Html :: html putting content in input 
Html :: how to make text uppercase html 
Html :: print button html 
Html :: bootstrap buttons Toggle states 
Html :: datepicker bootstrap 
Html :: placeholder in date input html 
Html :: slick slider pause on video play 
Html :: html player 
Html :: bootstrap soft corner 
Html :: bootstrap switch change text 
Html :: html iframe connection refused 
Html :: filled input in form 
Html :: drop down using bootstrap 
Html :: responsive svg image in html 
Html :: how to use style in html 
Html :: html css how to position elements on right of div 
Html :: spaces html 
Html :: button inside input 
Html :: python print html as a string 
Html :: bootstrap nav nav tabs float right 
Html :: html form label 
Html :: laravel nginx config 
Html :: youtube downloader api 
Html :: html make an alert for delete 
Html :: hypertext markup language 
Html :: html ingnor display none input 
Html :: can i write php code in html file 
Html :: Uncaught TypeError: Bootstrap 
Html :: how to get the 4th child of an html element 
Html :: bootstrap carousel 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =