Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created August 10, 2017 14:00
Show Gist options
  • Save amandeepmittal/c41ee05b929410aa708fab137739eae8 to your computer and use it in GitHub Desktop.
Save amandeepmittal/c41ee05b929410aa708fab137739eae8 to your computer and use it in GitHub Desktop.
// home.ts
import { Component } from '@angular/core';
import { NavController } from 'ionic-angular';
@Component({
selector: 'page-home',
templateUrl: 'home.html'
})
export class HomePage {
constructor(public navCtrl: NavController) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment