In this chapter, we will explore layout management and styling aspects. The focus of this chapter will be markup or templates. We will also explore aspects of responsive design and adjusting view and screen content based on screen resolution.
For the project setup, continue to use a sample created in the previous chapter. Of the multiple approaches detailed, it does not matter which you followed.
Flexbox
Angular Material uses CSS3 Flexbox for responsive design. In the HTML markup, combining Angular Material directives and Flexbox CSS we can build rich UI. This ...