Refered to https://angular.io/docs/ts/latest/guide/displaying-data.html and stack How to check empty object in angular 2 template using *ngIf still getting syntax error self
You could use *ngIf="teamMembers != 0" to check whether data is present
*ngIf="teamMembers != 0"