mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(nav): fix lint errors in test
This commit is contained in:
@@ -26,7 +26,6 @@ import { IonicPage, NavController } from '../../../../../..';
|
||||
export class HomePage {
|
||||
|
||||
constructor(public navCtrl: NavController) {
|
||||
|
||||
}
|
||||
|
||||
clickMe() {
|
||||
|
||||
@@ -11,7 +11,7 @@ import { IonicPage, NavController } from '../../../../../..';
|
||||
})
|
||||
export class SecondNav {
|
||||
|
||||
rootPage:any = 'HomePage';
|
||||
rootPage: any = 'HomePage';
|
||||
constructor(public navCtrl: NavController) {
|
||||
|
||||
}
|
||||
|
||||
@@ -25,4 +25,4 @@ export class TabsPage {
|
||||
console.log('paramTwo: ', this.params.data.paramTwo);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ import { IonicPage, NavController } from '../../../../../..';
|
||||
})
|
||||
export class ThirdNav {
|
||||
|
||||
rootPage:any = 'ThirdPage';
|
||||
rootPage: any = 'ThirdPage';
|
||||
constructor(public navCtrl: NavController) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user