I have a couple of components which are part of a template which I dont use but don't what to physically delete.
I have commented out every import statement and reference to the component class but I'm still getting the error when running
ng build --prod
Cannot determine the module for class OrganizationComponent
Is there a way to explicitly tell angular to ignore them? As far as I know the aot should ignore it on default...