Hi I have a webpage with multiple layouts that I want to switch to. Similar to codepen.io. What is the best way to do it in angular2?
Say I have 4 layouts. I can put *ngIf="layout1" and put first layout and then *ngIf="layout2" and put the second layout, and so forth. But is it the best way? Note that when changing the layout, both html and css changes.