dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PerformanceCounterModule cluster_PerformanceCounterModule_declarations cluster_PerformanceCounterModule_imports cluster_PerformanceCounterModule_exports PerformanceCounterComponent PerformanceCounterComponent PerformanceCounterModule PerformanceCounterModule PerformanceCounterComponent->PerformanceCounterModule TablePerformanceCounterComponent TablePerformanceCounterComponent TablePerformanceCounterComponent->PerformanceCounterModule TablePerformanceCounterComponent TablePerformanceCounterComponent PerformanceCounterModule->TablePerformanceCounterComponent SharedModule SharedModule SharedModule->PerformanceCounterModule

File

src/app/ceph/performance-counter/performance-counter.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';

import { SharedModule } from '../../shared/shared.module';
import { PerformanceCounterComponent } from './performance-counter/performance-counter.component';
import { TablePerformanceCounterComponent } from './table-performance-counter/table-performance-counter.component';

@NgModule({
  imports: [CommonModule, SharedModule, RouterModule],
  declarations: [TablePerformanceCounterComponent, PerformanceCounterComponent],
  exports: [TablePerformanceCounterComponent]
})
export class PerformanceCounterModule {}

result-matching ""

    No results matching ""