Guest User

Untitled

a guest
Nov 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <ul>
  2. <li *ngFor="let system of systems">
  3. <a>
  4. <span class="badge">{{system?.systemID}}</span>
  5. {{system?.host}}
  6. </a>
  7. </li>
  8. </ul>
Add Comment
Please, Sign In to add comment