I am starting on a new project with Angular 4 and need to create responsive and pleasant user interface.
- bootstrap gives you responsiveness, but no material feel
- angular material provides that nice UI experience https://material.angular.io
I know bootstrap and used it in previous AngularJS apps, but angular material is new to me. It seems easy to follow docs but i cannot find the responsiveness support.
I don't want to mix them but have not been able to find that column responsiveness for mobile support that bootstrap provides.
Am I missing something? Does angular material support similar responsiveness or should I used both in my app?