Skip to content

Commit 6eb7d0e

Browse files
committed
Step 14.13: Add Camera and Crop to app.module.ts
1 parent 6ee73f7 commit 6eb7d0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/app.module.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { Geolocation } from '@ionic-native/geolocation';
77
import { ImagePicker } from '@ionic-native/image-picker';
88
import { Sim } from '@ionic-native/sim';
99
import { SmsReceiver } from "../ionic/sms-receiver";
10+
import { Camera } from '@ionic-native/camera';
11+
import { Crop } from '@ionic-native/crop';
1012
import { AgmCoreModule } from '@agm/core';
1113
import { MomentModule } from 'angular2-moment';
1214
import { ChatsPage } from '../pages/chats/chats';
@@ -71,7 +73,9 @@ import { MyApp } from './app.component';
7173
ImagePicker,
7274
PictureService,
7375
Sim,
74-
SmsReceiver
76+
SmsReceiver,
77+
Camera,
78+
Crop
7579
]
7680
})
7781
export class AppModule {}

0 commit comments

Comments
 (0)