Skip to content

Commit

Permalink
Step 2.4: Use the chats page as the main root page
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent 4177bbe commit 7d34c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/imports/app/app.component.ts
@@ -1,12 +1,15 @@
import { Component } from '@angular/core';
import { Platform } from 'ionic-angular';
import { StatusBar, Splashscreen } from 'ionic-native';
import { ChatsPage } from '../pages/chats/chats';
import template from "./app.html";

@Component({
template
})
export class MyApp {
rootPage = ChatsPage;

constructor(platform: Platform) {
platform.ready().then(() => {
// Okay, so the platform is ready and our plugins are available.
Expand Down

0 comments on commit 7d34c30

Please sign in to comment.