-
Notifications
You must be signed in to change notification settings - Fork 6.8k
chore(docs): add types to public and jsdoc cleanup #7711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
'setDescribedByIds', | ||
'registerOnValidatorChange', | ||
'onContainerClick', | ||
'shouldPlaceholderFloat', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add these here instead of marking them with @docs-private
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was on the fence either way. The pattern seem to be doing this over @docs-private
so I went this way. Plus this is on several different components so easier to do it in one place vs several.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setDescribedByIds
, onContainerClick
and shouldPlaceholderFloat
are all part of MatFormFieldControl
which I do want to have an API doc, I think doing it this way might inadvertently hide them there too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmalerba - Got it, I'll pull them out in that case.
…cs-cleanups # Conflicts: # src/lib/expansion/accordion.ts # src/lib/expansion/expansion-panel.ts # src/lib/list/selection-list.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@amcdnl Needs rebase. |
@josephperrott done :) |
needs rebase again |
@mmalerba - done :) |
needs rebase again |
@mmalerba - Done. Can we get this merged soon, there is no code changes just doc updates. |
Please check CI issues (incl lint) |
needs rebase again |
@josephperrott - done :) |
@josephperrott bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR: