diff --git a/playground/basic-example/main.js b/playground/basic-example/main.js index aaa9be9ee0..8050f5b81b 100644 --- a/playground/basic-example/main.js +++ b/playground/basic-example/main.js @@ -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)