aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-page/need-page.component.html
blob: 0bc474610998ab85d6b458feadd0021596ab043d (plain) (blame)
1
2
3
4
5
6
7
<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>