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