File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { ErrorHandler, NgModule } from '@angular/core';
33import { IonicApp , IonicErrorHandler , IonicModule } from 'ionic-angular' ;
44import { SplashScreen } from '@ionic-native/splash-screen' ;
55import { StatusBar } from '@ionic-native/status-bar' ;
6+ import { AgmCoreModule } from '@agm/core' ;
67import { MomentModule } from 'angular2-moment' ;
78import { ChatsPage } from '../pages/chats/chats' ;
89import { NewChatComponent } from '../pages/chats/new-chat' ;
@@ -30,7 +31,10 @@ import { MyApp } from './app.component';
3031 imports : [
3132 BrowserModule ,
3233 IonicModule . forRoot ( MyApp ) ,
33- MomentModule
34+ MomentModule ,
35+ AgmCoreModule . forRoot ( {
36+ apiKey : 'AIzaSyAWoBdZHCNh5R-hB5S5ZZ2oeoYyfdDgniA'
37+ } )
3438 ] ,
3539 bootstrap : [ IonicApp ] ,
3640 entryComponents : [
You can’t perform that action at this time.
0 commit comments