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