Skip to content

Commit

Permalink
Step 23.7: Created the main mobile component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 366d0cb commit 2d5bc1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/imports/app/mobile/app.component.mobile.ts
@@ -0,0 +1,13 @@
import {Component} from "@angular/core";
import template from "./app.component.mobile.html";
import {MenuController, Platform, App} from "ionic-angular";

@Component({
selector: "app",
template
})
export class AppMobileComponent {
constructor(app: App, platform: Platform, menu: MenuController) {

}
}

0 comments on commit 2d5bc1d

Please sign in to comment.