We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb7119 commit a19d597Copy full SHA for a19d597
src/app/app.module.ts
@@ -3,20 +3,23 @@ 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 { ChatsPage } from '../pages/chats/chats';
7
8
import { MyApp } from './app.component';
9
10
@NgModule({
11
declarations: [
- MyApp
12
+ MyApp,
13
+ ChatsPage
14
],
15
imports: [
16
BrowserModule,
17
IonicModule.forRoot(MyApp)
18
19
bootstrap: [IonicApp],
20
entryComponents: [
21
22
23
24
providers: [
25
StatusBar,
0 commit comments