This commit is contained in:
tiago.kayaya
2021-06-02 21:22:26 +01:00
parent 55f758f2da
commit 462a68fce4
37 changed files with 101 additions and 98 deletions
+2 -17
View File
@@ -30,24 +30,9 @@ import { ComponentsModule } from 'src/app/components/components.module';
RouterModule,
],
declarations: [
ChatPage,
MessagesPage,
ContactsPage,
GroupMessagesPage,
NewGroupPage,
EditGroupPage,
GroupContactsPage,
EmptyChatPage,
ChatPage
],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
entryComponents: [
MessagesPage,
ContactsPage,
GroupMessagesPage,
NewGroupPage,
EditGroupPage,
GroupContactsPage,
EmptyChatPage,
]
entryComponents: []
})
export class ChatPageModule {}