Guest User

Untitled

a guest
Oct 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <td *ngIf="(question.responseType === 'F');
  2. else pickListResponse">Free Text</td>
  3. <ng-template #pickListResponse>
  4. <td>Pick List</td>
  5. </ng-template>
Add Comment
Please, Sign In to add comment