If I want to use ngStyle or the async pipe in a standalone component, it seems I have to import the CommonModule / NgStyle to that standalone component.
My question is - does Angular compile a copy of the CommonModule in each standalone component that does this? Because we're undergoing a process of converting components to standalone, and actually see the bundle size increasing, not decreasing.
Is there a workaround?