Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular Material mat-option component, where are the docs?

I can't seem to locate the api docs for mat-option. I have been to the api docs here: https://material.angular.io/components/categories but their doesn't seem to be any information on mat-option. I need to know what properties are available on mat-option.

like image 998
StvnBrkdll Avatar asked Oct 15 '25 09:10

StvnBrkdll


1 Answers

It is part of the Angular Material Core component documentation. https://material.angular.io/components/core/api#MatOption

like image 179
Steven Soklofske Avatar answered Oct 19 '25 12:10

Steven Soklofske