In the previous chapters, you used Material form fields such as text fields, text area, single select, and multiselect drop-downs. You explored Angular forms, such as template-driven and reactive forms. When building the forms, we need controls in addition to the basic text fields, drop-downs, and so forth. This chapter covers other commonly used Angular Material form fields: the date picker, the slider (for selecting a value in a range), toggle switches, and check boxes. They are a Material Design implementation of Angular components.
This chapter explains ...