moja-global / FLINT.Reporting

Repository for Reporting Tool functionality for classifying FLINT output results into standard reporting formats.
Mozilla Public License 2.0
10 stars 17 forks source link

fix: render failling due to incorrect pug #54

Closed amantiwari1 closed 1 year ago

amantiwari1 commented 2 years ago

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Additional Context (Please include any Screenshots/gifs if relevant)

...

Checklist:

amantiwari1 commented 2 years ago

14

shloka-gupta commented 2 years ago

Hey, @amantiwari1 thanks for your work.

However, it'd be better to comment under an issue before creating a PR.

HarshCasper commented 2 years ago

@chicken-biryani — Apologies, I had asked @amantiwari1 on Slack to try fixing the issue. It has been a long-standing blocker hence I requested him to have a look.

HarshCasper commented 2 years ago

Hi @amantiwari1

I tested the changes. However the local development has failed with the following logs:

Error Logs ```sh [NG_SERVE] Error: src/modules/reporting-frameworks/containers/reporting-frameworks-records-tabulation-page/reporting-frameworks-records-tabulation-page.component.html:3:77 - error NG8002: Can't bind to 'pagesize' since it isn't a known property of 'sb-reporting-frameworks-records-tabulation'. [NG_SERVE] 1. If 'sb-reporting-frameworks-records-tabulation' is an Angular component and it has 'pagesize' input, then verify that it is part of this module. [NG_SERVE] 2. If 'sb-reporting-frameworks-records-tabulation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. [NG_SERVE] 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. [NG_SERVE] [NG_SERVE] 3 >
[NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/reporting-tables/components/reporting-tables-records-creation/reporting-tables-records-creation.component.ts:24:16 [NG_SERVE] 24 templateUrl: './reporting-tables-records-creation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ReportingTablesRecordsCreationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/reporting-tables/components/reporting-tables-records-updation/reporting-tables-records-updation.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1
[NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/reporting-tables/components/reporting-tables-records-updation/reporting-tables-records-updation.component.ts:23:16 [NG_SERVE] 23 templateUrl: './reporting-tables-records-updation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ReportingTablesRecordsUpdationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/reporting-tables/containers/reporting-tables-records-creation-modal/reporting-tables-records-creation-modal.component.html:4:48 - error NG8002: Can't bind to 'targetreportingframework' since it isn't a known property of 'sb-reporting-tables-records-creation'. [NG_SERVE] 1. If 'sb-reporting-tables-records-creation' is an Angular component and it has 'targetreportingframework' input, then verify that it is part of this module. [NG_SERVE] 2. If 'sb-reporting-tables-records-creation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. [NG_SERVE] 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. [NG_SERVE] [NG_SERVE] 4 >
[NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/reporting-variables/components/reporting-variables-records-creation/reporting-variables-records-creation.component.ts:24:16 [NG_SERVE] 24 templateUrl: './reporting-variables-records-creation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ReportingVariablesRecordsCreationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/reporting-variables/components/reporting-variables-records-updation/reporting-variables-records-updation.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/reporting-variables/components/reporting-variables-records-updation/reporting-variables-records-updation.component.ts:23:16 [NG_SERVE] 23 templateUrl: './reporting-variables-records-updation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ReportingVariablesRecordsUpdationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/reporting-variables/containers/reporting-variables-records-creation-modal/reporting-variables-records-creation-modal.component.html:4:51 - error NG8002: Can't bind to 'targetreportingframework' since it isn't a known property of 'sb-reporting-variables-records-creation'. [NG_SERVE] 1. If 'sb-reporting-variables-records-creation' is an Angular component and it has 'targetreportingframework' input, then verify that it is part of this module. [NG_SERVE] 2. If 'sb-reporting-variables-records-creation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. [NG_SERVE] 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. [NG_SERVE] [NG_SERVE] 4 >
[NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/results/components/activity-gauge-component/activity-gauge.component.ts:42:16 [NG_SERVE] 42 templateUrl: './activity-gauge.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActivityGaugeComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/results/components/activity-gauge-component/activity-gauge.component.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'ActivityGaugeComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/results/components/activity-gauge-component/activity-gauge.component.ts:42:16 [NG_SERVE] 42 templateUrl: './activity-gauge.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActivityGaugeComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/results/components/activity-result-component/activity-result.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/results/components/activity-result-component/activity-result.component.ts:20:16 [NG_SERVE] 20 templateUrl: './activity-result.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActivityResultComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/results/components/activity-result-component/activity-result.component.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'ActivityResultComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/results/components/activity-result-component/activity-result.component.ts:20:16 [NG_SERVE] 20 templateUrl: './activity-result.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActivityResultComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/results/containers/activities-results-container/activities-results-container.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/results/containers/activities-results-container/activities-results-container.ts:21:16 [NG_SERVE] 21 templateUrl: './activities-results-container.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActivitiesResultsContainerComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/results/containers/activities-results-container/activities-results-container.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'ActivitiesResultsContainerComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/results/containers/activities-results-container/activities-results-container.ts:21:16 [NG_SERVE] 21 templateUrl: './activities-results-container.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActivitiesResultsContainerComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/results/containers/results-dashboard/results-dashboard.component.html:6:36 - error NG8001: 'sb-results-records-tabulation' is not a known element: [NG_SERVE] 1. If 'sb-results-records-tabulation' is an Angular component, then verify that it is part of this module. [NG_SERVE] 2. If 'sb-results-records-tabulation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. [NG_SERVE] [NG_SERVE] 6
[NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/unit-categories/components/unit-categories-records-creation/unit-categories-records-creation.component.ts:20:16 [NG_SERVE] 20 templateUrl: './unit-categories-records-creation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component UnitCategoriesRecordsCreationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/unit-categories/components/unit-categories-records-updation/unit-categories-records-updation.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/unit-categories/components/unit-categories-records-updation/unit-categories-records-updation.component.ts:22:16 [NG_SERVE] 22 templateUrl: './unit-categories-records-updation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component UnitCategoriesRecordsUpdationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/unit-categories/containers/unit-categories-records-home-page/unit-categories-records-home-page.component.html:6:75 - error NG8002: Can't bind to 'pagesize' since it isn't a known property of 'sb-unit-categories-records-tabulation'. [NG_SERVE] 1. If 'sb-unit-categories-records-tabulation' is an Angular component and it has 'pagesize' input, then verify that it is part of this module. [NG_SERVE] 2. If 'sb-unit-categories-records-tabulation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. [NG_SERVE] 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. [NG_SERVE] [NG_SERVE] 6
[NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/units/components/units-records-creation/units-records-creation.component.ts:24:16 [NG_SERVE] 24 templateUrl: './units-records-creation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component UnitsRecordsCreationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/units/components/units-records-updation/units-records-updation.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/units/components/units-records-updation/units-records-updation.component.ts:23:16 [NG_SERVE] 23 templateUrl: './units-records-updation.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component UnitsRecordsUpdationComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/units/containers/units-records-tabulation-page/units-records-tabulation-page.component.html:6:65 - error NG8002: Can't bind to 'pagesize' since it isn't a known property of 'sb-units-records-tabulation'. [NG_SERVE] 1. If 'sb-units-records-tabulation' is an Angular component and it has 'pagesize' input, then verify that it is part of this module. [NG_SERVE] 2. If 'sb-units-records-tabulation' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. [NG_SERVE] 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. [NG_SERVE] [NG_SERVE] 6
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:5:63 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 5
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:6:62 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 6
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:7:81 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 7
Line [NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:10:180 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 10 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:10:237 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 10 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:11:129 - error TS2339: Property 'select' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 11 [NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:11:176 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 11 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:11:231 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 11 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] [0mError: src/modules/visualization/components/chart/chart.component.html:12:126 - error TS2339: Property 'select' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 12 [NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:12:170 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 12 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:12:222 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 12 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:13:138 - error TS2339: Property 'select' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 13 [NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:13:194 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 13 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:13:258 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 13 [NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:16:95 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 16
[NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:16:154 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 16
[NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:16:207 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 16
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:16:235 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 16
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:17:93 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 17
[NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:17:150 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 17
[NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:17:201 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 17
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:17:229 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 17
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:18:90 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 18
[NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:18:144 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 18
[NG_SERVE] ~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:18:194 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 18
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:18:224 - error TS2339: Property 'config' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 18
[NG_SERVE] ~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/chart/chart.component.ts:41:18 [NG_SERVE] 41 templateUrl: './chart.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ChartComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/chart/chart.component.html:19:102 - error TS2339: Property 'selectedChart' does not exist on type 'ChartComponent'. [NG_SERVE] [NG_SERVE] 19
[NG_SERVE] ~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/components/count/count.component.ts:27:16 [NG_SERVE] 27 templateUrl: './count.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component CountComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/components/count/count.component.html:4:149 - error NG8002: Can't bind to 'countup' since it isn't a known property of 'span'. [NG_SERVE] [NG_SERVE] 4 {{primaryVisualizationVariable?.label}}0{{primaryVisualizationVariableQuantityObservationUnit?.symbol}}{{primaryVisualizationVariable?.label}}0{{primaryVisualizationVariableQuantityObservationUnit?.symbol}}{{secondaryVisualizationVariable?.label}} :0{{secondaryVisualizationVariable?.label}} :0 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/actors-counts/actors-counts.component.ts:22:16 [NG_SERVE] 22 templateUrl: './actors-counts.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActorCountsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/actors-counts/actors-counts.component.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'ActorCountsComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/actors-counts/actors-counts.component.ts:22:16 [NG_SERVE] 22 templateUrl: './actors-counts.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ActorCountsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/issue-counts/issue-counts.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/issue-counts/issue-counts.component.ts:22:16 [NG_SERVE] 22 templateUrl: './issue-counts.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component IssuesCountsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/issue-counts/issue-counts.component.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'IssuesCountsComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/issue-counts/issue-counts.component.ts:22:16 [NG_SERVE] 22 templateUrl: './issue-counts.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component IssuesCountsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/issue-graphs/issue-graphs.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/issue-graphs/issue-graphs.component.ts:22:16 [NG_SERVE] 22 templateUrl: './issue-graphs.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component IssueGraphsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/issue-graphs/issue-graphs.component.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'IssueGraphsComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/issue-graphs/issue-graphs.component.ts:22:16 [NG_SERVE] 22 templateUrl: './issue-graphs.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component IssueGraphsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/participating-organizations/participating-organizations.component.html:m1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/participating-organizations/participating-organizations.component.ts:24:16 [NG_SERVE] 24 templateUrl: './participating-organizations.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ParticipatingOrganizationsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/participating-organizations/participating-organizations.component.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'ParticipatingOrganizationsComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/participating-organizations/participating-organizations.component.ts:24:16 [NG_SERVE] 24 templateUrl: './participating-organizations.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ParticipatingOrganizationsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/participation-graphs/participation-graphs.component.html:1:7 - error NG8002: Can't bind to 'formgroup' since it isn't a known property of 'form'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/participation-graphs/participation-graphs.component.ts:22:16 [NG_SERVE] 22 templateUrl: './participation-graphs.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ParticipationGraphsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] Error: src/modules/visualization/containers/participation-graphs/participation-graphs.component.html:1:20 - error TS2339: Property 'partyTypesForm' does not exist on type 'ParticipationGraphsComponent'. [NG_SERVE] [NG_SERVE] 1 [NG_SERVE] ~~~~~~~~~~~~~~ [NG_SERVE] [NG_SERVE] src/modules/visualization/containers/participation-graphs/participation-graphs.component.ts:22:16 [NG_SERVE] 22 templateUrl: './participation-graphs.component.html', [NG_SERVE] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [NG_SERVE] Error occurs in the template of component ParticipationGraphsComponent. [NG_SERVE] [NG_SERVE] [NG_SERVE] [NG_SERVE] [NG_SERVE] ✖ Failed to compile. ```