Skip to content
reportDetail.module.ts 306 B
Newer Older
wangqinghua's avatar
wangqinghua committed
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { ReportDetailPage } from './reportDetail';

@NgModule({
  declarations: [
    ReportDetailPage,
  ],
  imports: [
    IonicPageModule.forChild(ReportDetailPage),
  ],
})
export class ReportDetailModule {

}