|
@@ -4,17 +4,18 @@ 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 {FactorYearDiscComponent} from './factor-year-graph/factor-year-disc.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 {FilterPipe} from './filter.pipe';
|
|
|
import {QuarterPipe} from './quarter.pipe';
|
|
import {QuarterPipe} from './quarter.pipe';
|
|
|
|
|
+import {ScenarioFactorYearDiscComponent} from './scenario-factor-year-graph/scenario-factor-year-disc.component';
|
|
|
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 {YearDiscComponent} from './year-graph/year-disc.component';
|
|
|
import {YearGraphComponent} from './year-graph/year-graph.component';
|
|
import {YearGraphComponent} from './year-graph/year-graph.component';
|
|
|
|
|
|
|
|
@NgModule({
|
|
@NgModule({
|
|
|
imports: [CommonModule, FormsModule],
|
|
imports: [CommonModule, FormsModule],
|
|
|
exports: [
|
|
exports: [
|
|
|
- DiscComponent,
|
|
|
|
|
- DiscLegendComponent,
|
|
|
|
|
FactorYearGraphComponent,
|
|
FactorYearGraphComponent,
|
|
|
YearGraphComponent,
|
|
YearGraphComponent,
|
|
|
ScenarioFactorYearGraphComponent,
|
|
ScenarioFactorYearGraphComponent,
|
|
@@ -23,8 +24,11 @@ import {YearGraphComponent} from './year-graph/year-graph.component';
|
|
|
declarations: [
|
|
declarations: [
|
|
|
DiscComponent,
|
|
DiscComponent,
|
|
|
DiscLegendComponent,
|
|
DiscLegendComponent,
|
|
|
|
|
+ FactorYearDiscComponent,
|
|
|
FactorYearGraphComponent,
|
|
FactorYearGraphComponent,
|
|
|
|
|
+ YearDiscComponent,
|
|
|
YearGraphComponent,
|
|
YearGraphComponent,
|
|
|
|
|
+ ScenarioFactorYearDiscComponent,
|
|
|
ScenarioFactorYearGraphComponent,
|
|
ScenarioFactorYearGraphComponent,
|
|
|
FilterPipe,
|
|
FilterPipe,
|
|
|
QuarterPipe,
|
|
QuarterPipe,
|