Skip to content

Commit

Permalink
Step 23.16: Imported the main css file of ionic
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 11745a1 commit 4f74e9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/imports/app/mobile/app.component.mobile.ts
Expand Up @@ -2,6 +2,10 @@ import {Component} from "@angular/core";
import template from "./app.component.mobile.html";
import {MenuController, Platform, App} from "ionic-angular";

if (Meteor.isCordova) {
require("ionic-angular/css/ionic.css");
}

@Component({
selector: "app",
template
Expand Down

0 comments on commit 4f74e9b

Please sign in to comment.