Skip to content

Instantly share code, notes, and snippets.

@geykel
Created May 19, 2017 15:11
Show Gist options
  • Save geykel/eacad99903e295157ffaff215b3327b3 to your computer and use it in GitHub Desktop.
Save geykel/eacad99903e295157ffaff215b3327b3 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
import { NavController } from 'ionic-angular';
@Component({
selector: 'page-signup',
templateUrl: 'signup.html'
})
export class SignUpPage {
constructor(public navCtrl: NavController) {
}
signUp() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment