This commit is contained in:
Olu Amey
2020-12-07 13:11:06 -05:00
parent 4a3f2985d9
commit fffcc586e2
8 changed files with 277 additions and 4 deletions
@@ -0,0 +1,20 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { IonicModule } from '@ionic/angular';
import { MermsSelectedpatientPageRoutingModule } from './merms-selectedpatient-routing.module';
import { MermsSelectedpatientPage } from './merms-selectedpatient.page';
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
MermsSelectedpatientPageRoutingModule
],
declarations: [MermsSelectedpatientPage]
})
export class MermsSelectedpatientPageModule {}