-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(material/core): clean up deprecated API usages #21597
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
Cleans a handful of usages of deprecated APIs.
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
@@ -209,7 +209,7 @@ export class MatExpansionPanel extends CdkAccordionItem implements AfterContentI | |||
if (this._lazyContent) { | |||
// Render the content as soon as the panel becomes open. | |||
this.opened.pipe( | |||
startWith(null!), |
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.
FYI I think this was necessary to avoid some rxjs typing breakage in google at some point. We'll see if it breaks anything in the presubmit.
Caretaker note: if the rxjs |
Cleans a handful of usages of deprecated APIs. (cherry picked from commit 6bab3df)
Cleans a handful of usages of deprecated APIs. (cherry picked from commit 6bab3df)
Cleans a handful of usages of deprecated APIs.
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. |
Cleans a handful of usages of deprecated APIs.