mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
test(segment): add ion-nav
This commit is contained in:
@ -7,7 +7,7 @@ import {ionicBootstrap} from '../../../../../src';
|
|||||||
templateUrl: 'main.html',
|
templateUrl: 'main.html',
|
||||||
providers: [FormBuilder]
|
providers: [FormBuilder]
|
||||||
})
|
})
|
||||||
class E2EApp {
|
class E2EPage {
|
||||||
relationship: string = 'enemies';
|
relationship: string = 'enemies';
|
||||||
modelStyle: string = 'B';
|
modelStyle: string = 'B';
|
||||||
appType: string = 'free';
|
appType: string = 'free';
|
||||||
@ -39,4 +39,11 @@ class E2EApp {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
template: '<ion-nav [root]="root"></ion-nav>'
|
||||||
|
})
|
||||||
|
class E2EApp {
|
||||||
|
root = E2EPage;
|
||||||
|
}
|
||||||
|
|
||||||
ionicBootstrap(E2EApp);
|
ionicBootstrap(E2EApp);
|
||||||
|
Reference in New Issue
Block a user