mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test updates
This commit is contained in:
@ -13,8 +13,12 @@ import {ItemPrimarySwipeButtons} from 'ionic/components/item/item-swipe-buttons'
|
||||
templateUrl: 'main.html',
|
||||
directives: [Item, List, NgFor, ItemPrimarySwipeButtons]
|
||||
})
|
||||
export default class IonicApp {
|
||||
class IonicApp {
|
||||
constructor() {
|
||||
this.items = [1, 2, 3, 4, 5]
|
||||
}
|
||||
}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user