Add shared component header MD in events page

This commit is contained in:
Peter Maquiran
2020-12-29 11:09:46 +01:00
parent 969d169159
commit 97be935768
3 changed files with 23 additions and 228 deletions
+2
View File
@@ -7,12 +7,14 @@ import { IonicModule } from '@ionic/angular';
import { EventsPageRoutingModule } from './events-routing.module';
import { EventsPage } from './events.page';
import { SharedModule } from 'src/app/shared/shared.module';
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
SharedModule,
EventsPageRoutingModule
],
declarations: [EventsPage],