aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-page/need-page.component.html
blob: 4bb001ea93ff594bfa301274e7d2fa947230dd54 (plain) (blame)
1
2
3
4
5
6
7
8
<input type="button" value="Back" (click)="back()">
<h1>Need page</h1>
<p>id: {{need?.id}}</p>
<p>name: {{need?.name}}</p>
<p>filterAttributes: {{need?.filterAttributes}}</p>
<p>type: {{need?.type}}</p>
<p>max goal: {{need?.maxGoal}}</p>
<p>current: {{need?.maxGoal}}</p>