The title might seem weird but what im talking about is basically what this link is doing.
Im look for a way to use the current iterated person
in a <tr>
outside of the *ngFor
scope.
In the link he used ng-repeat-start
and ng-repeat-end
to include multiple tag withing the ng-repeat.
How can i achieve the same behavior withing Angular2 using *ngFor
?