File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/modal-term/modal-term.module.ts
import { PdfViewerModule } from 'ng2-pdf-viewer';
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { IonicModule } from '@ionic/angular';
import { ModalTermPageRoutingModule } from './modal-term-routing.module';
import { ModalTermPage } from './modal-term.page';
import { TranslateModule } from "@ngx-translate/core";
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
ModalTermPageRoutingModule,
PdfViewerModule,
TranslateModule.forChild(),
],
declarations: [ModalTermPage]
})
export class ModalTermPageModule { }