|
@@ -5,6 +5,7 @@ import {NgModule} from '@angular/core';
|
|
|
import {DiscComponent} from './disc.component';
|
|
import {DiscComponent} from './disc.component';
|
|
|
import {DiscLegendComponent} from './disc-legend.component';
|
|
import {DiscLegendComponent} from './disc-legend.component';
|
|
|
import {FactorYearGraphComponent} from './factor-year-graph/factor-year-graph.component';
|
|
import {FactorYearGraphComponent} from './factor-year-graph/factor-year-graph.component';
|
|
|
|
|
+import {FilterPipe} from './filter.pipe';
|
|
|
import {QuarterPipe} from './quarter.pipe';
|
|
import {QuarterPipe} from './quarter.pipe';
|
|
|
import {ScenarioFactorYearGraphComponent} from './scenario-factor-year-graph/scenario-factor-year-graph.component';
|
|
import {ScenarioFactorYearGraphComponent} from './scenario-factor-year-graph/scenario-factor-year-graph.component';
|
|
|
import {ScenarioYearGraphComponent} from './scenario-year-graph/scenario-year-graph.component';
|
|
import {ScenarioYearGraphComponent} from './scenario-year-graph/scenario-year-graph.component';
|
|
@@ -19,6 +20,7 @@ import {YearGraphComponent} from './year-graph/year-graph.component';
|
|
|
YearGraphComponent,
|
|
YearGraphComponent,
|
|
|
ScenarioFactorYearGraphComponent,
|
|
ScenarioFactorYearGraphComponent,
|
|
|
ScenarioYearGraphComponent,
|
|
ScenarioYearGraphComponent,
|
|
|
|
|
+ FilterPipe,
|
|
|
],
|
|
],
|
|
|
declarations: [
|
|
declarations: [
|
|
|
DiscComponent,
|
|
DiscComponent,
|
|
@@ -27,6 +29,7 @@ import {YearGraphComponent} from './year-graph/year-graph.component';
|
|
|
YearGraphComponent,
|
|
YearGraphComponent,
|
|
|
ScenarioFactorYearGraphComponent,
|
|
ScenarioFactorYearGraphComponent,
|
|
|
ScenarioYearGraphComponent,
|
|
ScenarioYearGraphComponent,
|
|
|
|
|
+ FilterPipe,
|
|
|
QuarterPipe,
|
|
QuarterPipe,
|
|
|
],
|
|
],
|
|
|
providers: [],
|
|
providers: [],
|