Skip to content

Commit

Permalink
Step 14.13: Add Camera and Crop to app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Oct 16, 2017
1 parent 6ee73f7 commit 6eb7d0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/app.module.ts
Expand Up @@ -7,6 +7,8 @@ import { Geolocation } from '@ionic-native/geolocation';
import { ImagePicker } from '@ionic-native/image-picker'; import { ImagePicker } from '@ionic-native/image-picker';
import { Sim } from '@ionic-native/sim'; import { Sim } from '@ionic-native/sim';
import { SmsReceiver } from "../ionic/sms-receiver"; import { SmsReceiver } from "../ionic/sms-receiver";
import { Camera } from '@ionic-native/camera';
import { Crop } from '@ionic-native/crop';
import { AgmCoreModule } from '@agm/core'; import { AgmCoreModule } from '@agm/core';
import { MomentModule } from 'angular2-moment'; import { MomentModule } from 'angular2-moment';
import { ChatsPage } from '../pages/chats/chats'; import { ChatsPage } from '../pages/chats/chats';
Expand Down Expand Up @@ -71,7 +73,9 @@ import { MyApp } from './app.component';
ImagePicker, ImagePicker,
PictureService, PictureService,
Sim, Sim,
SmsReceiver SmsReceiver,
Camera,
Crop
] ]
}) })
export class AppModule {} export class AppModule {}

0 comments on commit 6eb7d0e

Please sign in to comment.