Skip to content
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

refactor(material/expansion): remove incorrect inputs overrides #28310

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

devversion
Copy link
Member

The bases classes of the CDK already define the input with transforms. Technically the new inputs declarations override the full metadata, loosing the transforms. This is currently a bug in the framework where components relied on the behavior that transforms were inherited independently. This commit fixes this and cleans up the code. The inputs do not need to be re-declared.

The bases classes of the CDK already define the input with transforms.
Technically the new `inputs` declarations override the full metadata,
loosing the transforms. This is currently a bug in the framework
where components relied on the behavior that transforms were
inherited independently. This commit fixes this and cleans up the
code. The inputs do not need to be re-declared.
@devversion devversion added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Dec 20, 2023
@devversion devversion removed the request for review from andrewseguin December 20, 2023 10:11
@devversion devversion added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Dec 20, 2023
@devversion devversion merged commit 729dfc5 into angular:main Dec 20, 2023
27 of 29 checks passed
@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 Jan 20, 2024
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 target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants