Reputation: 4044
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.
Upvotes: 4
Views: 3598
Reputation: 71
It is part of the Angular Material Core component documentation. https://material.angular.io/components/core/api#MatOption
Upvotes: 7