We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecc8a9 commit cd5bc15Copy full SHA for cd5bc15
src/app/app.module.ts
@@ -9,6 +9,7 @@ import { Sim } from '@ionic-native/sim';
9
import { SmsReceiver } from "../ionic/sms-receiver";
10
import { Camera } from '@ionic-native/camera';
11
import { Crop } from '@ionic-native/crop';
12
+import { Contacts } from "@ionic-native/contacts";
13
import { AgmCoreModule } from '@agm/core';
14
import { MomentModule } from 'angular2-moment';
15
import { ChatsPage } from '../pages/chats/chats';
@@ -75,7 +76,8 @@ import { MyApp } from './app.component';
75
76
Sim,
77
SmsReceiver,
78
Camera,
- Crop
79
+ Crop,
80
+ Contacts
81
]
82
})
83
export class AppModule {}
0 commit comments