We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baafa2f commit 3352310Copy full SHA for 3352310
1 file changed
src/app/app.module.ts
@@ -3,6 +3,7 @@ import { ErrorHandler, NgModule } from '@angular/core';
3
import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';
4
import { SplashScreen } from '@ionic-native/splash-screen';
5
import { StatusBar } from '@ionic-native/status-bar';
6
+import { MomentModule } from 'angular2-moment';
7
import { ChatsPage } from '../pages/chats/chats';
8
9
import { MyApp } from './app.component';
@@ -14,7 +15,8 @@ import { MyApp } from './app.component';
14
15
],
16
imports: [
17
BrowserModule,
- IonicModule.forRoot(MyApp)
18
+ IonicModule.forRoot(MyApp),
19
+ MomentModule
20
21
bootstrap: [IonicApp],
22
entryComponents: [
0 commit comments