Skip to content

Commit

Permalink
Step 23.12: Use ionic-selector package
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 07d76ef commit 06fec76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/main.ts
Expand Up @@ -6,7 +6,13 @@ import { AppModule } from './imports/app/app.module';

import '../both/methods/parties.methods';

import ionicSelector from 'ionic-selector';

Meteor.startup(() => {
if (Meteor.isCordova) {
ionicSelector("app");
}

const platform = platformBrowserDynamic();
platform.bootstrapModule(AppModule);
});

0 comments on commit 06fec76

Please sign in to comment.