In my extensive Angular project, I suspect that there are numerous declared properties in .component.ts that are not being used.
Is there a method available to automatically eliminate all unused properties within an Angular project while also taking into account whether the property is utilized in the template.component.html?