dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_EcmListingPageModule cluster_EcmListingPageModule_declarations EcmListingPage EcmListingPage EcmListingPageModule EcmListingPageModule EcmListingPage->EcmListingPageModule

File

src/app/manage-learn/ecm-listing/ecm-listing.module.ts

Declarations

import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { Routes, RouterModule } from '@angular/router';

import { IonicModule } from '@ionic/angular';

import { EcmListingPage } from './ecm-listing.page';
import { TranslateModule } from '@ngx-translate/core';

const routes: Routes = [
  {
    path: '',
    component: EcmListingPage
  }
];

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    IonicModule,
    RouterModule.forChild(routes),
    TranslateModule
  ],
  declarations: [EcmListingPage],
  schemas:[
    CUSTOM_ELEMENTS_SCHEMA
  ]
})
export class EcmListingPageModule {}

results matching ""

    No results matching ""