dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CephfsModule cluster_CephfsModule_declarations cluster_CephfsModule_imports CephfsChartComponent CephfsChartComponent CephfsModule CephfsModule CephfsChartComponent->CephfsModule CephfsClientsComponent CephfsClientsComponent CephfsClientsComponent->CephfsModule CephfsDetailComponent CephfsDetailComponent CephfsDetailComponent->CephfsModule CephfsListComponent CephfsListComponent CephfsListComponent->CephfsModule AppRoutingModule AppRoutingModule AppRoutingModule->CephfsModule SharedModule SharedModule SharedModule->CephfsModule
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';

import { ChartsModule } from 'ng2-charts/ng2-charts';
import { ProgressbarModule } from 'ngx-bootstrap/progressbar';
import { TabsModule } from 'ngx-bootstrap/tabs';

import { AppRoutingModule } from '../../app-routing.module';
import { SharedModule } from '../../shared/shared.module';
import { CephfsChartComponent } from './cephfs-chart/cephfs-chart.component';
import { CephfsClientsComponent } from './cephfs-clients/cephfs-clients.component';
import { CephfsDetailComponent } from './cephfs-detail/cephfs-detail.component';
import { CephfsListComponent } from './cephfs-list/cephfs-list.component';

@NgModule({
  imports: [
    CommonModule,
    SharedModule,
    AppRoutingModule,
    ChartsModule,
    ProgressbarModule.forRoot(),
    TabsModule.forRoot()
  ],
  declarations: [
    CephfsDetailComponent,
    CephfsClientsComponent,
    CephfsChartComponent,
    CephfsListComponent
  ]
})
export class CephfsModule {}

result-matching ""

    No results matching ""