Skip to content

Commit

Permalink
Step 2.14: Import MomentModule into our app module
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent 4177da3 commit 165405f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/imports/app/app.module.ts
@@ -1,4 +1,5 @@
import { NgModule, ErrorHandler } from '@angular/core';
import { MomentModule } from 'angular2-moment';
import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular';
import { ChatsPage } from '../pages/chats/chats'
import { MyApp } from './app.component';
Expand All @@ -10,6 +11,7 @@ import { MyApp } from './app.component';
],
imports: [
IonicModule.forRoot(MyApp),
MomentModule
],
bootstrap: [IonicApp],
entryComponents: [
Expand Down

0 comments on commit 165405f

Please sign in to comment.