dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_MiscellaneousModule cluster_MiscellaneousModule_declarations cluster_MiscellaneousModule_imports MiscellaneousComponent MiscellaneousComponent MiscellaneousModule MiscellaneousModule MiscellaneousComponent->MiscellaneousModule NotFoundComponent NotFoundComponent NotFoundComponent->MiscellaneousModule MiscellaneousRoutingModule MiscellaneousRoutingModule MiscellaneousRoutingModule->MiscellaneousModule ThemeModule ThemeModule ThemeModule->MiscellaneousModule

File

src/app/pages/miscellaneous/miscellaneous.module.ts

import { NgModule } from '@angular/core';
import { ThemeModule } from '../../@theme/theme.module';
import { MiscellaneousRoutingModule, routedComponents } from './miscellaneous-routing.module';

@NgModule({
  imports: [
    ThemeModule,
    MiscellaneousRoutingModule,
  ],
  declarations: [
    ...routedComponents,
  ],
})
export class MiscellaneousModule { }

results matching ""

    No results matching ""