<ul class=’collection’>
<li class=’collection-item indigo white-text’ [hidden]=’repositories.length > 0′>
Cargando repositorios
</li>
<li class=’collection-item’ *ngFor=’let item of list’>
<h3> {{item.name}} </h3>
<p>{{item.description}}</p>
</li>
</ul>