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