Skip to content

Commit

Permalink
Step 15.2: Add Contacts to app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Jun 15, 2017
1 parent 71a0661 commit 558d0ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Expand Up @@ -9,6 +9,7 @@ import { Sim } from '@ionic-native/sim';
import { SmsReceiver } from "../ionic/sms-receiver";
import { Camera } from '@ionic-native/camera';
import { Crop } from '@ionic-native/crop';
import { Contacts } from "@ionic-native/contacts";
import { AgmCoreModule } from '@agm/core';
import { MomentModule } from 'angular2-moment';
import { ChatsPage } from '../pages/chats/chats';
Expand Down Expand Up @@ -75,7 +76,8 @@ import { MyApp } from './app.component';
Sim,
SmsReceiver,
Camera,
Crop
Crop,
Contacts
]
})
export class AppModule {}

0 comments on commit 558d0ab

Please sign in to comment.