Skip to content

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

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

crisbeto
Copy link
Member

Cleans a handful of usages of deprecated APIs.

Cleans a handful of usages of deprecated APIs.
@crisbeto crisbeto added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release labels Jan 14, 2021
@google-cla google-cla bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jan 14, 2021
Copy link
Member

@jelbourn jelbourn left a 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!),
Copy link
Member

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.

@jelbourn jelbourn added merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note action: merge The PR is ready for merge by the caretaker labels Jan 15, 2021
@jelbourn
Copy link
Member

Caretaker note: if the rxjs startWith pipe runs into a type issue that should probably be reverted

@crisbeto crisbeto changed the title refactor(material/core): clean up deprecation API usages refactor(material/core): clean up deprecated API usages Jan 15, 2021
@mmalerba mmalerba merged commit 6bab3df into angular:master Jan 19, 2021
mmalerba pushed a commit that referenced this pull request Jan 19, 2021
Cleans a handful of usages of deprecated APIs.

(cherry picked from commit 6bab3df)
mmalerba pushed a commit that referenced this pull request Jan 19, 2021
Cleans a handful of usages of deprecated APIs.

(cherry picked from commit 6bab3df)
wagnermaciel pushed a commit to wagnermaciel/components that referenced this pull request Jan 20, 2021
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants