Warning: C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\node_modules\@ethersproject\bignumber\lib.esm\bignumber.js depends on 'bn.js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\node_modules\@ethersproject\json-wallets\lib.esm\crowdsale.js depends on 'aes-js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\node_modules\@ethersproject\json-wallets\lib.esm\keystore.js depends on 'scrypt-js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\node_modules\@ethersproject\keccak256\lib.esm\index.js depends on 'js-sha3'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\node_modules\@ethersproject\providers\lib.esm\base-provider.js depends on 'bech32'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\node_modules\@ethersproject\sha2\lib.esm\sha2.js depends on 'hash.js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
./src/app/app.module.ts:8:0-94 - Error: Module not found: Error: Can't resolve './components/connect-wallet/connect-wallet.component' in 'C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\src\app'
./src/app/app.module.ts:9:0-97 - Error: Module not found: Error: Can't resolve './components/workflow-status/workflow-status.component' in 'C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\src\app'
./src/app/app.module.ts:10:0-100 - Error: Module not found: Error: Can't resolve './components/voter-management/voter-management.component' in 'C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\src\app'
./src/app/app.module.ts:11:0-109 - Error: Module not found: Error: Can't resolve './components/proposal-management/proposal-management.component' in 'C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\src\app'
./src/app/app.module.ts:12:0-94 - Error: Module not found: Error: Can't resolve './components/voting-session/voting-session.component' in 'C:\Users\gdewisme\Alt-2024-1\school\CI\v3\ci\frontend-angular\src\app'
Error: src/app/app.component.html:2:3 - error NG8001: 'app-header' is not a known element:
1. If 'app-header' is an Angular component, then verify that it is part of this module.
2. If 'app-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:24:13 - error NG8001: 'app-connect-wallet' is not a known element:
1. If 'app-connect-wallet' is an Angular component, then verify that it is part of this module.
2. If 'app-connect-wallet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <app-connect-wallet></app-connect-wallet>
~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:31:11 - error NG8001: 'app-workflow-status' is not a known element:
1. If 'app-workflow-status' is an Angular component, then verify that it is part of this module.
2. If 'app-workflow-status' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <app-workflow-status
~~~~~~~~~~~~~~~~~~~~
32 [currentStatus]="currentStatus"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33 [isOwner]="isOwner">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:32:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-workflow-status'.
1. If 'app-workflow-status' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-workflow-status' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
32 [currentStatus]="currentStatus"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:33:13 - error NG8002: Can't bind to 'isOwner' since it isn't a known property of 'app-workflow-status'.
1. If 'app-workflow-status' is an Angular component and it has 'isOwner' input, then verify that it is part of this module.
2. If 'app-workflow-status' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
33 [isOwner]="isOwner">
~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:37:11 - error NG8001: 'app-voter-management' is not a known element:
1. If 'app-voter-management' is an Angular component, then verify that it is part of this module.
2. If 'app-voter-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:39:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-voter-management'.
1. If 'app-voter-management' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-voter-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
39 [currentStatus]="currentStatus">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:43:11 - error NG8001: 'app-proposal-management' is not a known element:
1. If 'app-proposal-management' is an Angular component, then verify that it is part of this module.
2. If 'app-proposal-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:45:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-proposal-management'.
1. If 'app-proposal-management' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-proposal-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
45 [currentStatus]="currentStatus">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:49:11 - error NG8001: 'app-voting-session' is not a known element:
1. If 'app-voting-session' is an Angular component, then verify that it is part of this module.
2. If 'app-voting-session' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:51:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-voting-session'.
1. If 'app-voting-session' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-voting-session' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
51 [currentStatus]="currentStatus">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.module.ts:8:40 - error TS2307: Cannot find module './components/connect-wallet/connect-wallet.component' or its corresponding type declarations.
8 import { ConnectWalletComponent } from './components/connect-wallet/connect-wallet.component';
Error: src/app/app.module.ts:9:41 - error TS2307: Cannot find module './components/workflow-status/workflow-status.component' or its corresponding type declarations.
9 import { WorkflowStatusComponent } from './components/workflow-status/workflow-status.component';
Error: src/app/app.module.ts:10:42 - error TS2307: Cannot find module './components/voter-management/voter-management.component' or its corresponding type declarations.
10 import { VoterManagementComponent } from './components/voter-management/voter-management.component';
Error: src/app/app.module.ts:11:45 - error TS2307: Cannot find module './components/proposal-management/proposal-management.component' or its corresponding type declarations.
11 import { ProposalManagementComponent } from './components/proposal-management/proposal-management.component';
Error: src/app/app.module.ts:12:40 - error TS2307: Cannot find module './components/voting-session/voting-session.component' or its corresponding type declarations.
12 import { VotingSessionComponent } from './components/voting-session/voting-session.component';
Error: src/app/services/contract.service.ts:116:41 - error TS4111: Property 'owner' comes from an index signature, so it must be accessed with ['owner'].
116 const owner = await this.contract.owner();
~~~~~
Error: src/app/services/contract.service.ts:122:42 - error TS4111: Property 'workflowStatus' comes from an index signature, so it must be accessed with ['workflowStatus'].
122 const status = await this.contract.workflowStatus();
~~~~~~~~~~~~~~
Error: src/app/services/contract.service.ts:128:45 - error TS4111: Property 'getVoter' comes from an index signature, so it must be accessed with ['getVoter'].
Error: src/app/services/contract.service.ts:195:38 - error TS4111: Property 'registerVoter' comes from an index signature, so it must be accessed with ['registerVoter'].
Error: src/app/services/contract.service.ts:215:38 - error TS4111: Property 'startProposalsRegistration' comes from an index signature, so it must be accessed with ['startProposalsRegistration'].
Error: src/app/services/contract.service.ts:235:38 - error TS4111: Property 'endProposalsRegistration' comes from an index signature, so it must be accessed with ['endProposalsRegistration'].
Error: src/app/services/contract.service.ts:255:38 - error TS4111: Property 'registerProposal' comes from an index signature, so it must be accessed with ['registerProposal'].
Error: src/app/services/contract.service.ts:275:38 - error TS4111: Property 'startVotingSession' comes from an index signature, so it must be accessed with ['startVotingSession'].
Error: src/app/services/contract.service.ts:295:38 - error TS4111: Property 'endVotingSession' comes from an index signature, so it must be accessed with ['endVotingSession'].
Error: src/app/services/contract.service.ts:315:38 - error TS4111: Property 'vote' comes from an index signature, so it must be accessed with ['vote'].
Error: src/app/services/contract.service.ts:335:38 - error TS4111: Property 'delegateVoteTo' comes from an index signature, so it must be accessed with ['delegateVoteTo'].
Error: src/app/services/contract.service.ts:355:38 - error TS4111: Property 'tallyVotes' comes from an index signature, so it must be accessed with ['tallyVotes'].
355 const tx = await this.contract.tallyVotes();
~~~~~~~~~~
Error: src/app/services/contract.service.ts:372:41 - error TS4111: Property 'getProposalsCount' comes from an index signature, so it must be accessed with ['getProposalsCount'].
Error: src/app/services/contract.service.ts:376:46 - error TS4111: Property 'getProposal' comes from an index signature, so it must be accessed with ['getProposal'].
Error: src/app/services/contract.service.ts:398:41 - error TS4111: Property 'getVoter' comes from an index signature, so it must be accessed with ['getVoter'].
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:24:13 - error NG8001: 'app-connect-wallet' is not a known element:
1. If 'app-connect-wallet' is an Angular component, then verify that it is part of this module.
2. If 'app-connect-wallet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <app-connect-wallet></app-connect-wallet>
~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:31:11 - error NG8001: 'app-workflow-status' is not a known element:
1. If 'app-workflow-status' is an Angular component, then verify that it is part of this module.
2. If 'app-workflow-status' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <app-workflow-status
~~~~~~~~~~~~~~~~~~~~
32 [currentStatus]="currentStatus"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33 [isOwner]="isOwner">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:32:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-workflow-status'.
1. If 'app-workflow-status' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-workflow-status' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
32 [currentStatus]="currentStatus"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:33:13 - error NG8002: Can't bind to 'isOwner' since it isn't a known property of 'app-workflow-status'.
1. If 'app-workflow-status' is an Angular component and it has 'isOwner' input, then verify that it is part of this module.
2. If 'app-workflow-status' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
33 [isOwner]="isOwner">
~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:37:11 - error NG8001: 'app-voter-management' is not a known element:
1. If 'app-voter-management' is an Angular component, then verify that it is part of this module.
2. If 'app-voter-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:39:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-voter-management'.
1. If 'app-voter-management' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-voter-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
39 [currentStatus]="currentStatus">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:43:11 - error NG8001: 'app-proposal-management' is not a known element:
1. If 'app-proposal-management' is an Angular component, then verify that it is part of this module.
2. If 'app-proposal-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:45:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-proposal-management'.
1. If 'app-proposal-management' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-proposal-management' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
45 [currentStatus]="currentStatus">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:49:11 - error NG8001: 'app-voting-session' is not a known element:
1. If 'app-voting-session' is an Angular component, then verify that it is part of this module.
2. If 'app-voting-session' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:51:13 - error NG8002: Can't bind to 'currentStatus' since it isn't a known property of 'app-voting-session'.
1. If 'app-voting-session' is an Angular component and it has 'currentStatus' input, then verify that it is part of this module.
2. If 'app-voting-session' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
51 [currentStatus]="currentStatus">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.module.ts:8:40 - error TS2307: Cannot find module './components/connect-wallet/connect-wallet.component' or its corresponding type declarations.
8 import { ConnectWalletComponent } from './components/connect-wallet/connect-wallet.component';
Error: src/app/app.module.ts:9:41 - error TS2307: Cannot find module './components/workflow-status/workflow-status.component' or its corresponding type declarations.
9 import { WorkflowStatusComponent } from './components/workflow-status/workflow-status.component';
Error: src/app/app.module.ts:10:42 - error TS2307: Cannot find module './components/voter-management/voter-management.component' or its corresponding type declarations.
10 import { VoterManagementComponent } from './components/voter-management/voter-management.component';
Error: src/app/app.module.ts:11:45 - error TS2307: Cannot find module './components/proposal-management/proposal-management.component' or its corresponding type declarations.
11 import { ProposalManagementComponent } from './components/proposal-management/proposal-management.component';
Error: src/app/app.module.ts:12:40 - error TS2307: Cannot find module './components/voting-session/voting-session.component' or its corresponding type declarations.
12 import { VotingSessionComponent } from './components/voting-session/voting-session.component';
Error: src/app/services/contract.service.ts:116:41 - error TS4111: Property 'owner' comes from an index signature, so it must be accessed with ['owner'].
116 const owner = await this.contract.owner();
~~~~~
Error: src/app/services/contract.service.ts:122:42 - error TS4111: Property 'workflowStatus' comes from an index signature, so it must be accessed with ['workflowStatus'].
122 const status = await this.contract.workflowStatus();
~~~~~~~~~~~~~~
Error: src/app/services/contract.service.ts:128:45 - error TS4111: Property 'getVoter' comes from an index signature, so it must be accessed with ['getVoter'].
Error: src/app/services/contract.service.ts:195:38 - error TS4111: Property 'registerVoter' comes from an index signature, so it must be accessed with ['registerVoter'].
Error: src/app/services/contract.service.ts:215:38 - error TS4111: Property 'startProposalsRegistration' comes from an index signature, so it must be accessed with ['startProposalsRegistration'].
Error: src/app/services/contract.service.ts:235:38 - error TS4111: Property 'endProposalsRegistration' comes from an index signature, so it must be accessed with ['endProposalsRegistration'].
Error: src/app/services/contract.service.ts:255:38 - error TS4111: Property 'registerProposal' comes from an index signature, so it must be accessed with ['registerProposal'].
Error: src/app/services/contract.service.ts:275:38 - error TS4111: Property 'startVotingSession' comes from an index signature, so it must be accessed with ['startVotingSession'].
Error: src/app/services/contract.service.ts:295:38 - error TS4111: Property 'endVotingSession' comes from an index signature, so it must be accessed with ['endVotingSession'].
Error: src/app/services/contract.service.ts:315:38 - error TS4111: Property 'vote' comes from an index signature, so it must be accessed with ['vote'].
Error: src/app/services/contract.service.ts:335:38 - error TS4111: Property 'delegateVoteTo' comes from an index signature, so it must be accessed with ['delegateVoteTo'].
Error: src/app/services/contract.service.ts:355:38 - error TS4111: Property 'tallyVotes' comes from an index signature, so it must be accessed with ['tallyVotes'].
355 const tx = await this.contract.tallyVotes();
~~~~~~~~~~
Error: src/app/services/contract.service.ts:372:41 - error TS4111: Property 'getProposalsCount' comes from an index signature, so it must be accessed with ['getProposalsCount'].
Error: src/app/services/contract.service.ts:376:46 - error TS4111: Property 'getProposal' comes from an index signature, so it must be accessed with ['getProposal'].
Error: src/app/services/contract.service.ts:398:41 - error TS4111: Property 'getVoter' comes from an index signature, so it must be accessed with ['getVoter'].