-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(material-experimental): option to filter tab-group harness by selected tab label #16813
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
feat(material-experimental): option to filter tab-group harness by selected tab label #16813
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
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
@@ -6,4 +6,6 @@ | |||
* found in the LICENSE file at https://angular.io/license | |||
*/ | |||
|
|||
export type TabGroupHarnessFilters = {}; | |||
export type TabGroupHarnessFilters = { |
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.
Should this have a doc string?
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.
Not sure. The boilerplate and other harnesses don't have a doc string for these either.
9f4395c
to
8d337ef
Compare
…lected tab Follow-up that addresses feedback from the original tab-group harness PR. See: angular#16728#discussion_r314819393
8d337ef
to
e726ffe
Compare
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. |
Follow-up that addresses feedback from the original tab-group
harness PR. See: #16728 (comment)