April 2018
Intermediate to advanced
390 pages
8h 46m
English
Here are the instructions to create the example app:
$ ionic start IonicGrid blank $ cd IonicGrid
import { Component } from '@angular/core';import { NavController } from 'ionic-angular';@Component({ selector: 'page-home', templateUrl: 'home.html'})export class HomePage { socialFeed:Array<any>; constructor(public navCtrl: NavController) { this.socialFeed = [ { post: 'Building Complex Mobile App Layout using Ionic Grid. You can nest ion-row inside ion-col and so. It is really awesome.'}, { post: 'Web components are really great web technology to create reusable web components ...