Html – Displaying a Dropdown List of All Angular Material Icons in Angular 2+ / 10
I'm working on an Angular 10 application and using Angular Material Icons. I'm looking for a way to dynamically display a dropdown list containing all the available Material Icons. I've attempted to retrieve the list programmatically using MatIconRegistry, but so…