Angular Material2 (alpha.7) does not have responsive grid component like bootstrap grid system yet. The layouts/grid system in bootstrap allows creating responsive layouts (that adapt to screen size without having to deal with writing css involving custom media queries and figuring out pixel values for breakpoints) which is immensely useful.
I noticed issues in margin/padding of material2 components on including bootstrap css in a material2 project. For example: md-card
components start overlapping.
Is there a way to have these 2 libraries play well together?
OR
Is there a way to get the bootstrap like responsive layout/grid goodness in material2 without including bootstrap css?