dependencies dependencies cluster_Ng2GoogleChartsModule cluster_Ng2GoogleChartsModule_exports cluster_Ng2GoogleChartsModule_declarations cluster_Ng2GoogleChartsModule_providers GoogleChartComponent GoogleChartComponent Ng2GoogleChartsModule Ng2GoogleChartsModule GoogleChartComponent->Ng2GoogleChartsModule GoogleChartsControlComponent GoogleChartsControlComponent GoogleChartsControlComponent->Ng2GoogleChartsModule GoogleChartsDashboardComponent GoogleChartsDashboardComponent GoogleChartsDashboardComponent->Ng2GoogleChartsModule GoogleChartComponent GoogleChartComponent Ng2GoogleChartsModule->GoogleChartComponent GoogleChartsControlComponent GoogleChartsControlComponent Ng2GoogleChartsModule->GoogleChartsControlComponent GoogleChartsDashboardComponent GoogleChartsDashboardComponent Ng2GoogleChartsModule->GoogleChartsDashboardComponent GoogleChartsLoaderService GoogleChartsLoaderService GoogleChartsLoaderService->Ng2GoogleChartsModule
import { NgModule } from '@angular/core';

import { GoogleChartComponent } from './google-chart/google-chart.component';
import { GoogleChartsLoaderService } from './google-charts-loader.service';
import { GoogleChartsDashboardComponent } from './google-charts-dashboard/google-charts-dashboard.component';
import { GoogleChartsControlComponent } from './google-charts-control/google-charts-control.component';

@NgModule({
    declarations: [
      GoogleChartComponent,
      GoogleChartsDashboardComponent,
      GoogleChartsControlComponent,
    ],
    providers: [
      GoogleChartsLoaderService
    ],
    exports: [
      GoogleChartComponent,
      GoogleChartsDashboardComponent,
      GoogleChartsControlComponent,
    ]
})
export class Ng2GoogleChartsModule {
}

results matching ""

    No results matching ""