<h1>Needs List</h1>
<li *ngFor="let need of needs">
    <a routerLink="/need/{{need.id}}">
        {{need.name}}
    </a>
</li>