Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

ngfor

                <td *ngFor="let col of options.cols;index as i">
                        {{item[i]}} //Angular solution
                </td>
Source by angular.io #
 
PREVIOUS NEXT
Tagged: #ngfor
ADD COMMENT
Topic
Name
9+4 =