I am working for a company with a big Angular project. Over the years it grew and changed. By now I noticed there are some services, that were forgotten to be cleaned up, when changes were made.
Since the project is big I try to find an automated way to identify such services. I am seeking for a mechanism, that lists me services, that are not injected anywhere in the project.
I tried to google this, but all I get are recommendations for clean code etc. I was hoping for a command, maybe a cool IDE function from WebStorm or VSCode.