This commit is contained in:
tiago.kayaya
2021-03-05 16:43:17 +01:00
parent d63c4fc8fa
commit 304151f2fd
13 changed files with 206 additions and 81 deletions
+2
View File
@@ -8,6 +8,7 @@ import { ChatPageRoutingModule } from './chat-routing.module';
import { ChatPage } from './chat.page';
import { SharedModule } from 'src/app/shared/shared.module';
import { RouterModule } from '@angular/router';
@NgModule({
imports: [
@@ -16,6 +17,7 @@ import { SharedModule } from 'src/app/shared/shared.module';
IonicModule,
SharedModule,
ChatPageRoutingModule,
RouterModule,
],
declarations: [ChatPage],
schemas: [CUSTOM_ELEMENTS_SCHEMA]