1 Import http url ("http://localhost:8080") defined in services.ts files from environment.ts and import it from there.
2 Test cases need to be added in services test files with some mock data kindly take a look in this github repository link: https://github.com/JayaprakashShanmugam/AU-project/blob/master/Angular/src/app/opportunityservice.service.spec.ts
3. Remove all console.log
4. Remove commented code from template as well as typescript files
5. Remove all imports which are not used
1 Import http url ("http://localhost:8080") defined in services.ts files from environment.ts and import it from there.
2 Test cases need to be added in services test files with some mock data kindly take a look in this github repository link: https://github.com/JayaprakashShanmugam/AU-project/blob/master/Angular/src/app/opportunityservice.service.spec.ts
3. Remove all console.log
4. Remove commented code from template as well as typescript files
5. Remove all imports which are not used