-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix: remove cdk re-exports from @angular/material #7112
Conversation
@@ -1,41 +0,0 @@ | |||
import {Observable} from 'rxjs/Observable'; |
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.
It seems like this removes the rx-chain
tests completely.
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.
They were already copied to cdk
earlier but not removed from lib
8fb1da4
to
2edb141
Compare
Caretaker note: I have an internal change to go in before this one to prevent it from breaking anyone |
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
Fixing unit tests, but that shouldn't block presumit |
2edb141
to
b910b0b
Compare
b910b0b
to
13475fc
Compare
needs rebase |
13475fc
to
c2b0659
Compare
Rebased |
c2b0659
to
7b5de1b
Compare
BREAKING CHANGE: `@angular/material` no longer re-exports symbols from `@angular/cdk`.
7b5de1b
to
c3ef774
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. |
BREAKING CHANGE:
@angular/material
no longer re-exports symbols from@angular/cdk
.