Angular had many changes in the beta, my issue is that try to use pipes and the index in a ngFor and i get this message:
Parser Error: Unexpected token =
try below,
<div (click)="showComentario(i)" *ngFor="let comment of comentarios | filterSource : selectedSource; index as i" > {{comment.comment}} </div>
Hope this helps!!