Skip to content

Commit

Permalink
Step 16.3: Add FCM to app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Jun 13, 2017
1 parent f402002 commit b5be101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/app.module.ts
Expand Up @@ -10,6 +10,7 @@ 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 { FCM } from "@ionic-native/fcm";
import { AgmCoreModule } from '@agm/core';
import { MomentModule } from 'angular2-moment';
import { ChatsPage } from '../pages/chats/chats';
Expand Down Expand Up @@ -77,7 +78,8 @@ import { MyApp } from './app.component';
SmsReceiver,
Camera,
Crop,
Contacts
Contacts,
FCM
]
})
export class AppModule {}

0 comments on commit b5be101

Please sign in to comment.