Improve gabenite digital(possible conflict)

This commit is contained in:
Peter Maquiran
2021-04-28 11:06:55 +01:00
parent 12dff45a9c
commit a7277f0f90
19 changed files with 728 additions and 150 deletions
@@ -8,6 +8,7 @@ import { ViewEventPageRoutingModule } from './view-event-routing.module';
import { ViewEventPage } from './view-event.page';
import { SharedModule } from 'src/app/shared/shared.module';
import { ChatPopoverPage } from '../../popover/chat-popover/chat-popover.page';
@NgModule({
imports: [
@@ -17,6 +18,9 @@ import { SharedModule } from 'src/app/shared/shared.module';
SharedModule,
ViewEventPageRoutingModule
],
declarations: [ViewEventPage]
declarations: [
ViewEventPage,
ChatPopoverPage
]
})
export class ViewEventPageModule {}