mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test updates
This commit is contained in:
@ -9,4 +9,8 @@ import {Content, List, Item} from 'ionic/ionic';
|
||||
templateUrl: 'main.html',
|
||||
directives: [Content, List, Item]
|
||||
})
|
||||
export default class IonicApp {}
|
||||
class IonicApp {}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user