This chapter will detail various Angular Material input controls and directives. Beginning with simple input text boxes, it will delve into many elements like sliders, drop-down, radio buttons, and so on. Validations are an important aspect of working with forms in a web application. This chapter details various out-of-the-box features for checking form validity and pattern matching. It explains options in displaying and highlighting errors to the user.
Input Container Directive
md-input-containeris a parent directive for input elements on a form. It groups the label and ...