-
Notifications
You must be signed in to change notification settings - Fork 6.8k
chore: reorganize cdk/a11y directory structure #9389
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
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
needs rebase |
d2216a6
to
d2bbd86
Compare
Rebased. |
@crisbeto Passes google presubmit, can merge as soon as it's rebased... again (sorry) |
d2bbd86
to
3f65af3
Compare
Rebased, |
Looks like there's a build error now |
3f65af3
to
65b1744
Compare
Rebased and fixed a couple of wrong imports. |
* Since the `@angular/cdk/a11y` has grown a lot, it's becoming harder to navigate. These changes distribute the files into directories similarly to how we do it in `overlay`. * Removes individual imports from the focus trap tests in favor of importing the `A11yModule`.
65b1744
to
17d0c2e
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. |
@angular/cdk/a11y
has grown a lot, it's becoming harder to navigate. These changes distribute the files into directories similarly to how we do it inoverlay
.A11yModule
.