Skip to content

Commit

Permalink
Step 2.6: Use the chats page as the main root page
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 596a957 commit b004f57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/app.component.ts
@@ -1,15 +1,13 @@
import { Component } from '@angular/core';
import { Platform } from 'ionic-angular';
import { StatusBar, Splashscreen } from 'ionic-native';

import { TabsPage } from '../pages/tabs/tabs';

import { ChatsPage } from '../pages/chats/chats';

@Component({
templateUrl: 'app.html'
})
export class MyApp {
rootPage = TabsPage;
rootPage = ChatsPage;

constructor(platform: Platform) {
platform.ready().then(() => {
Expand Down

0 comments on commit b004f57

Please sign in to comment.