mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
test updates
This commit is contained in:
@ -11,7 +11,7 @@ import {Slides, Slide, SlidePager, List, Item, Content} from 'ionic/ionic';
|
||||
directives: [Slides, Slide, SlidePager, Content, List, Item],
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
export default class IonicApp {
|
||||
class IonicApp {
|
||||
next() {
|
||||
console.log('Next');
|
||||
}
|
||||
@ -19,3 +19,7 @@ export default class IonicApp {
|
||||
console.log('Prev');
|
||||
}
|
||||
}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user