Project

General

Profile

1
<div class="p-grid">
2
  <div class="p-col-12 p-md-6 p-md-offset-3">
3
    <p-card header="Welcome to PWC RTA tool" class="">
4
      <div>
5
        Nothing to see here, move along :)
6
      </div>
7
    </p-card>
8
    <p-card *ngIf="authService.userDetails" header="User Info" class="">
9
      <div>
10
        {{authService.userDetails | json}}
11
      </div>
12
    </p-card>
13
  </div>
14
</div>
15

    
16

    
(1-1/4)