Guest User

Untitled

a guest
Oct 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <h2>Reviews</h2>
  2.  
  3. <div class="navLinks">
  4. <!-- <a [routerLink]="['./main']">Main</a> | -->
  5. <a [routerLink]="['./review-info']">Review Info</a> |
  6. <a [routerLink]="['./reviewers-info']">Reviewers Info</a> |
  7. Enter id: <input #id size="6">
  8. <button (click)="goToReview(id.value)">Go</button>
  9. </div>
  10.  
  11. <div class="reviews-area">
  12. <router-outlet></router-outlet>
  13. </div>
Add Comment
Please, Sign In to add comment