Guest User

Untitled

a guest
Aug 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <div *ngFor="let kid of step2.controls['children'].controls; let i=index">
  2. <div *ngIf="i == currentTab()" [formGroupName]="i"></div>
  3. </div>
  4.  
  5. <ng-template [ngSwitchCase]="i == currentTab()">?
Add Comment
Please, Sign In to add comment