I'm diving into my first Angular project and contemplating incorporating Angular Material. It offers an abundance of components, which aligns with my project needs. However, I've noticed a lack of grid system and utility classes within Angular Material.
Should I consider pairing Angular Material with Bootstrap or another CSS framework, or should I rely on custom CSS? What is the standard approach in situations like this?
Manually adding classes for padding, margin, and other styles can be time-consuming, which is why I'm leaning towards utilizing Bootstrap with its pre-existing classes.
My concern is the potential increase in bundle size when using both Angular Material and Bootstrap simultaneously.