Angular - Material lists their documentation, and part of that includes an api for each component, for example their <mat-select>
component:
https://material.angular.io/components/select/api
What is the proper method to include these api items, as they are not to be found on their website and it is unclear on where each item should be applied.