Advertisement
juliosantanna75

Untitled

Jan 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. import { Component } from '@angular/core';
  2. import { IonicPage, NavController, NavParams } from 'ionic-angular';
  3.  
  4. /**
  5.  * Generated class for the InOutPage page.
  6.  *
  7.  * See https://ionicframework.com/docs/components/#navigation for more info on
  8.  * Ionic pages and navigation.
  9.  */
  10.  
  11. @IonicPage()
  12. @Component({
  13.   selector: 'page-in-out',
  14.   templateUrl: 'in-out.html',
  15. })
  16. export class InOutPage {
  17.  
  18.   constructor(public navCtrl: NavController, public navParams: NavParams) {
  19.   }
  20.  
  21.   ionViewDidLoad() {
  22.     console.log('ionViewDidLoad InOutPage');
  23.   }
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement