mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
so far so good nav stuff
This commit is contained in:
@@ -5,15 +5,15 @@ import {NavController} from 'ionic/ionic'
|
||||
import {SecondPage} from './second-page'
|
||||
|
||||
|
||||
@Component()
|
||||
@Component({selector: 'ion-view'})
|
||||
@View({
|
||||
templateUrl: 'pages/first-page.html'
|
||||
})
|
||||
export class FirstPage {
|
||||
constructor(
|
||||
//nav: NavController
|
||||
nav: NavController
|
||||
) {
|
||||
//this.nav = nav;
|
||||
this.nav = nav;
|
||||
}
|
||||
|
||||
push() {
|
||||
|
||||
Reference in New Issue
Block a user