Skip to content

Commit 248080c

Browse files
dotansimhadarkbasic
authored andcommitted
Step 8.9: Import new chat component
1 parent 05b290a commit 248080c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/app/app.module.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { SplashScreen } from '@ionic-native/splash-screen';
55
import { StatusBar } from '@ionic-native/status-bar';
66
import { MomentModule } from 'angular2-moment';
77
import { ChatsPage } from '../pages/chats/chats';
8+
import { NewChatComponent } from '../pages/chats/new-chat';
89
import { ChatsOptionsComponent } from '../pages/chats/chats-options';
910
import { LoginPage } from '../pages/login/login';
1011
import { MessagesPage } from '../pages/messages/messages';
@@ -21,7 +22,8 @@ import { MyApp } from './app.component';
2122
LoginPage,
2223
VerificationPage,
2324
ProfilePage,
24-
ChatsOptionsComponent
25+
ChatsOptionsComponent,
26+
NewChatComponent
2527
],
2628
imports: [
2729
BrowserModule,
@@ -36,7 +38,8 @@ import { MyApp } from './app.component';
3638
LoginPage,
3739
VerificationPage,
3840
ProfilePage,
39-
ChatsOptionsComponent
41+
ChatsOptionsComponent,
42+
NewChatComponent
4043
],
4144
providers: [
4245
StatusBar,

0 commit comments

Comments
 (0)