4 |
Angular is {{status}}
5 |
You're logged in as:
6 |
7 | Id: {{profile.id}}
8 |
9 | Username: {{profile.username}}
10 |
11 | Email: {{profile.email}}
12 |
13 | Full Name: {{profile.firstName}} {{profile.lastName}}
14 |
15 |
16 |
17 |
18 |
19 |
20 |
Only managers can see this
21 |
22 |
23 |
24 | Contracts:
25 |
26 | - {{contract.name}}
27 |
28 |
29 |
30 |
31 |
Only admins can see this
32 |
33 |
34 |
35 | Contracts:
36 |
37 | - {{contract.name}}
38 |
39 |
40 |