student.component.html 186 Bytes EditWeb IDE 1 2 3 4 5 6 7 <p>student works!</p> <div *ngFor="let s of students" class="card"> {{s.id}} {{s.name}} {{s.email}} <hr style="height:2px;border-width:0;color:gray;background-color:gray"> </div>