-
Notifications
You must be signed in to change notification settings - Fork 6.8k
chore: fix missing cdk table overview #9574
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
chore: fix missing cdk table overview #9574
Conversation
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, thanks
Related PR on the |
'tooltip-delay': { | ||
title: 'Tooltips with delay', | ||
title: 'Tooltip with a show and hide delay', |
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.
This file is auto-generated. You need to update the @title
in each example.
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.
Sorry (should have mentioned it in the PR description): those are the up-to-date descriptions from the actual @title
comments. The titles recently got updated, but the example-module
just didn't get updated.
* No longer pushes the example-module.ts file to the GitHub repository. The file will be auto-generated once the `material-examples` build package is being built. References angular#9574.
* No longer pushes the example-module.ts file to the GitHub repository. The file will be auto-generated once the `material-examples` build package is being built. References angular#9574.
No longer pushes the example-module.ts file to the GitHub repository. The file will be auto-generated once the `material-examples` build package is being built. References #9574.
@devversion could you rebase? |
Fixes that the cdk-table overview file is not showing up in the docs. Fixes angular#9554.
18c321b
to
f214f83
Compare
@jelbourn Done. |
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. |
Fixes that the cdk-table overview file is not showing up in the docs.
Fixes #9554.