Join our book community on Discord
https://packt.link/EarlyAccess
When developing a web application, you must decide how to create your UI. It should use proper contrasting colors, have a consistent look and feel, be responsive, and work well on different devices and browsers. In short, there are many things to consider regarding UI and UX. Undoubtedly, most developers consider the UI/UX a daunting task and therefore turn to UI frameworks that do much of the heavy lifting. Some frameworks are used more than others, namely the following:
- Bootstrap
- Tailwind CSS
However, there is a new kid on the block—Angular Material—based on Google's Material Design techniques. In this chapter, we will explain what Material Design is and how Angular Material implements its principles, and we will also look at some of its core components. In this chapter, we will do the following:
- Introducing Material Design
- Introducing Angular Material
- Adding core UI controls
- Introducing the Angular...