mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
:derp:
This commit is contained in:
@ -16,10 +16,10 @@ import {VibrationPage} from 'pages/vibration';
|
|||||||
@App({
|
@App({
|
||||||
templateUrl: 'main.html'
|
templateUrl: 'main.html'
|
||||||
})
|
})
|
||||||
class IonicApp {
|
class MyApp {
|
||||||
constructor(app: IonicApp) {
|
constructor(app: IonicApp) {
|
||||||
this.app = app;
|
this.app = app;
|
||||||
|
|
||||||
this.firstPage = CameraPage;
|
this.firstPage = CameraPage;
|
||||||
console.log('First page', CameraPage);
|
console.log('First page', CameraPage);
|
||||||
this.plugins = [
|
this.plugins = [
|
||||||
|
Reference in New Issue
Block a user