Hi -
I am using ionic2 with angular 2.
ion-grid
ion-row *ngFor="let item of items"
ion-col width-25 {{item.title}} /ion-col
ion-col {{item.description}} /ion-col
/ion-row
/ion-grid
Ionic 2 grid in not showing any css style - It is coming in plain text format. What I need to do to add css styling here.