Skip to content

Commit

Permalink
Step 2.4: Added missing rootPage variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 16, 2016
1 parent 0187abe commit a164de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/imports/app/app.component.ts
Expand Up @@ -2,12 +2,15 @@ import { Component } from '@angular/core';
import { Platform } from "ionic-angular";
import { StatusBar } from "ionic-native";
import template from './app.component.html';
import {TabsContainerComponent} from "../pages/tabs-container/tabs-container.component";

@Component({
selector: 'app',
template
})
export class AppComponent {
rootPage = TabsContainerComponent;

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

0 comments on commit a164de8

Please sign in to comment.