dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_HelgolandPlotlyModule cluster_HelgolandPlotlyModule_declarations cluster_HelgolandPlotlyModule_imports cluster_HelgolandPlotlyModule_exports PlotlyProfileGraphComponent PlotlyProfileGraphComponent HelgolandPlotlyModule HelgolandPlotlyModule PlotlyProfileGraphComponent->HelgolandPlotlyModule PlotlyProfileGraphComponent PlotlyProfileGraphComponent HelgolandPlotlyModule->PlotlyProfileGraphComponent HelgolandCoreModule HelgolandCoreModule HelgolandCoreModule->HelgolandPlotlyModule

File

libs/plotly/src/lib/plotly.module.ts

Description

The ploty module includes the following functionality:

  • plotly based profile chart component

import { NgModule } from '@angular/core';
import { HelgolandCoreModule } from '@helgoland/core';

import { PlotlyProfileGraphComponent } from './plotly-profile-graph/plotly-profile-graph.component';

/**
 * The ploty module includes the following functionality:
 * - plotly based profile chart component
 */
@NgModule({
  declarations: [
    PlotlyProfileGraphComponent
  ],
  imports: [
    HelgolandCoreModule
  ],
  exports: [
    PlotlyProfileGraphComponent
  ],
  providers: []
})
export class HelgolandPlotlyModule { }

result-matching ""

    No results matching ""