Newer
Older
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { DutyApplyHandlePage } from './duty-apply-handle';
@NgModule({
declarations: [
DutyApplyHandlePage,
],
imports: [
IonicPageModule.forChild(DutyApplyHandlePage),
],
})
export class DutyApplyHandlePageModule {}