task pages
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 { ResetpassPageRoutingModule } from './resetpass-routing.module';
|
||||
|
||||
import { ResetpassPage } from './resetpass.page';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
ResetpassPageRoutingModule
|
||||
],
|
||||
declarations: [ResetpassPage]
|
||||
})
|
||||
export class ResetpassPageModule {}
|
||||
Reference in New Issue
Block a user