mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Playground
This commit is contained in:
@ -10,6 +10,10 @@ import 'ionic/components/tabbar/mixins/android/android-tabbar';
|
|||||||
url: 'main.html',
|
url: 'main.html',
|
||||||
directives: [Tabbar]
|
directives: [Tabbar]
|
||||||
})
|
})
|
||||||
class PlaygroundMain {}
|
class PlaygroundMain {
|
||||||
|
constructor() {
|
||||||
|
console.log('Playground Start')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
bootstrap(PlaygroundMain)
|
bootstrap(PlaygroundMain)
|
||||||
|
Reference in New Issue
Block a user