One of the important aspects of an application is accepting user input. Users key in data through controls like text fields, single select or multiselect drop-downs, radio buttons, date controls, and so forth. The Angular Material library provides many such ready-made components that confine to Material Design guidelines.
This chapter explains how to use input fields for accepting user input. We begin with the design aspects of input elements. We discuss using text field and text area controls that confine to Material Design guidelines. Next, we cover using Material ...