libs/ngx-pfe/components/pfe-master-page/master-page.module.ts
dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PfeMasterPageModule cluster_PfeMasterPageModule_exports cluster_PfeMasterPageModule_declarations PfeMasterPageComponent PfeMasterPageComponent PfeMasterPageModule PfeMasterPageModule PfeMasterPageComponent->PfeMasterPageModule PfeMasterPageComponent PfeMasterPageComponent PfeMasterPageModule->PfeMasterPageComponent

Relationships

Used by

No results matching.

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { PfeMasterPageComponent } from './master-page.component';

@NgModule({
  imports: [CommonModule],
  declarations: [PfeMasterPageComponent],
  exports: [PfeMasterPageComponent],
})
export class PfeMasterPageModule {}

results matching ""

    No results matching ""