angular / angular/components

Missing docs for properties/methods

Open
#8,832 12 comments 1 reaction 1 assignee Claimed by @devversion View on GitHub
area: many docs help wanted P3
Dominant language
TypeScript
Stars
25k
Forks
6.8k
Avg merge
1d 8h
Merged PRs (30d)
91

Description

#### Bug, feature request, or proposal:
Bug/Proposal.

#### What is the expected behavior?
The listed propeties/methods have no docs.

#### What is the current behavior?
Here's the list that I found of all missing docs.

| Class | Properties | Methods |
| ------------- | ------------- | -------------
| [**MatAutocompleteTrigger**](https://material.angular.io/components/autocomplete/api#MatAutocompleteTrigger) |`autocomplete`, `panelOpen`
| [**MatChip**](https://material.angular.io/components/chips/api#MatChip) | `ariaSelected` |
| [**MatChipInput**](https://material.angular.io/components/chips/api#MatChipInput) | `focused` | `focus`
| [**MatChipList**](https://material.angular.io/components/chips/api#MatChipList) | `controlType` , `ngControl`, `role` | `onContainerClick`, `setDescribedByIds`
| [**MatDialogClose**](https://material.angular.io/components/dialog/api#MatDialogClose) | `dialogRef`
| [**MatDialogRef**](https://material.angular.io/components/dialog/api#MatDialogRef) | `id`
| [**MatDialogTitle**](https://material.angular.io/components/dialog/api#MatDialogTitle) | `id`
| [**MatDatepickerInput**](https://material.angular.io/components/datepicker/api#MatDatepickerInput) | | `registerOnValidatorChange`, `validate`
| [**MatExpansionPanelHeader**](https://material.angular.io/components/expansion/api#MatExpansionPanelHeader) | `panel`
| [**MatError**](https://material.angular.io/components/form-field/api#MatError) | `id`
| [**MatInput**](https://material.angular.io/components/input/api#MatInput) | `empty`, `ngControl`, `shouldLabelFloat` | `focus`, `onContainerClick`, `setDescribedByIds`
| [**MatListOption**](https://material.angular.io/components/list/api#MatListOption) | `selectionList`
| [**MatSelect**](https://material.angular.io/components/select/api#MatSelect) | `ngControl`, `shouldLabelFloat`
| [**MatSlideToggleChange**](https://material.angular.io/components/slide-toggle/api#MatSlideToggleChange) | All `MatSlideToggleChange` properties |
| [**SimpleSnackBar**](https://material.angular.io/components/snack-bar/api#SimpleSnackBar) | `snackBarRef`

#### Is there anything else we should know?
Related to #8789.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.