StvnBrkdll
StvnBrkdll

Reputation: 4044

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.

Upvotes: 4

Views: 3598

Answers (1)

Steven Soklofske
Steven Soklofske

Reputation: 71

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

Upvotes: 7

Related Questions