After attempting to run the angular application with the home component, an error appeared stating that styles were refused and images could not be found. It's puzzling because the CSS and image folder are located in the /src/assets folder.
I have tried updating the angular.json file, verifying the path, and even upgrading the NPM version, but the issue persists.