mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
test updates
This commit is contained in:
@ -14,7 +14,7 @@ import {Item} from 'ionic/components/item/item';
|
||||
templateUrl: 'main.html',
|
||||
directives: [Content, Icon, Checkbox, List, Item, NgFor]
|
||||
})
|
||||
export default class IonicApp {
|
||||
class IonicApp {
|
||||
constructor() {
|
||||
console.log('IonicApp Start')
|
||||
|
||||
@ -29,3 +29,7 @@ export default class IonicApp {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user