Guest User

Untitled

a guest
Nov 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div *ngFor="let students of listOfStudents"> <!-- i want to use this "students" variable in *ngIf down below
  2.  
  3. <p><i class="material-icons">person</i> {{students.student_name}}</p>
  4.  
  5. <div style="width:10px; height:10px; *ngIf="want to use the variable right there"></div>
  6. </div>
Add Comment
Please, Sign In to add comment