Take a look at this Plunker:
https://plnkr.co/edit/SyfbOR4dlMqbB3FJwGzR?p=preview
What I'm trying to achieve is specifying a set of grid-columns using Angular ngFor and ngSwitch directives. Using ngFor renders fine, but once I try to introduce ngSwitch, it renders as if there were not grid-column components.
It should be possible but I'm wondering if I'm missing something?
Thanks.