Project

General

Profile

1
<!--div *ngIf="id">
2
  <p>Here is the claim with id : {{id}}</p>
3
  <div *ngIf="claim">
4
    {{claim.id }} || {{claim.userMail }} ||
5
    {{claim | json}}      {{claim | json}}
6
  </div>
7
</div>
8
<div *ngIf="!id">
9
  <p>No proper id...</p>
10
</div-->
    (1-1/1)