Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created July 12, 2017 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/e91fb8021af66e14529f58a08eccb51b to your computer and use it in GitHub Desktop.
Save matthieu-D/e91fb8021af66e14529f58a08eccb51b to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
import { NavController } from 'ionic-angular';
@Component({
selector: 'page-about',
templateUrl: 'about.html'
})
export class AboutPage {
constructor(public navCtrl: NavController) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment