In this chapter, let us explore two important features of Angular Material. We will begin by looking at options for using icons in an application. Angular Material provides API, directives, and services to effectively download and show icons in an application. We will explore using SVGs and fonts for Icons.
Later in the chapter, we will explore ARIA, an important accessibility feature. Following ARIA standards, a web application will be easy to use for the visually impaired. Screen readers will make use of ARIA functionality in the web application ...