When a user uses the Angular CLI to make their Angular project, it comes pre bundled with webpack 5. The scope will be to ensure that web3.js can be successfully bundled using webpack 5 and within an Angular project made with the Angular CLI.
The old instructions on the readme to solve this problem does not work in the latest angular version,
so in the upcoming PR I included instructions to solve the build error in the readme for the web3js library, to help out angular users when they run into this.
When a user uses the Angular CLI to make their Angular project, it comes pre bundled with webpack 5. The scope will be to ensure that web3.js can be successfully bundled using webpack 5 and within an Angular project made with the Angular CLI.