Current behavior
A component with <ng-content> does not render its content when it uses *ngFor and [ngClass]. In this example, the first ngFor is not rendering any content, but the second one is.
Beta.17 example: http://plnkr.co/edit/EBbpWOubKNsdETr6HI14?p=preview
Expected/desired behavior
In this example, both ngFor's are rendering their text, and the css class is correctly being applied to the first set:
Beta.16 example: http://plnkr.co/edit/q3K2QHKf3h8umdNenUOT?p=preview
Reactions are currently unavailable
Current behavior
A component with <ng-content> does not render its content when it uses *ngFor and [ngClass]. In this example, the first ngFor is not rendering any content, but the second one is.
Beta.17 example: http://plnkr.co/edit/EBbpWOubKNsdETr6HI14?p=preview
Expected/desired behavior
In this example, both ngFor's are rendering their text, and the css class is correctly being applied to the first set:
Beta.16 example: http://plnkr.co/edit/q3K2QHKf3h8umdNenUOT?p=preview