## Overview We currently have lots of SCAM (single component and module) (~32) ## Proposal Deprecate modules which exports only single component/directive ## Why - Angular already recommends standalone - When application import such module it adds up ~500 bytes in production build small but if 32 modules are imported becomes significant - We have less files to maintain. less time to lint => faster pipeline (not so significantly but still)