fix
This commit is contained in:
@@ -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 { MermsOpencarePageRoutingModule } from './merms-opencare-routing.module';
|
||||
|
||||
import { MermsOpencarePage } from './merms-opencare.page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
MermsOpencarePageRoutingModule
|
||||
],
|
||||
declarations: [MermsOpencarePage]
|
||||
})
|
||||
export class MermsOpencarePageModule {}
|
||||
Reference in New Issue
Block a user