Skip to content

Conversation

@crisbeto
Copy link
Member

Reworks the MatTree and CdkTree components to account for some of the changes in Ivy. This includes:

  • Changing the padding directive to account for a different time at which static inputs are initialized.
  • Changing the toggle directive to account for inheritance of host listeners working differently.
  • Switching to Default change detection, because the way embedded views are checked is slightly different.
  • Using descendants: true to find the nested node outlet in order to handle a slight difference in how indirect content children are matched.

@crisbeto crisbeto added the P2 The issue is important to a large percentage of users, with a workaround label Mar 16, 2019
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Mar 16, 2019
@crisbeto crisbeto force-pushed the tree-ivy-refactor branch from 573cb05 to e651262 Compare March 16, 2019 15:22
Reworks the `MatTree` and `CdkTree` components to account for some of the changes in Ivy. This includes:

* Changing the padding directive to account for a different time at which static inputs are initialized.
* Changing the toggle directive to account for inheritance of host listeners working differently.
* Switching to `Default` change detection, because the way embedded views are checked is slightly different.
* Using `descendants: true` to find the nested node outlet in order to handle a slight difference in how indirect content children are matched.
@crisbeto crisbeto force-pushed the tree-ivy-refactor branch from e651262 to 1ca22ba Compare March 16, 2019 15:27
@mmalerba mmalerba merged commit 1421184 into angular:master Mar 18, 2019
mmalerba pushed a commit that referenced this pull request Mar 18, 2019
Equivalent of #15503 for the Ivy branch.

Reworks the `MatTree` and `CdkTree` components to account for some of the changes in Ivy. This includes:

* Changing the padding directive to account for a different time at which static inputs are initialized.
* Changing the toggle directive to account for inheritance of host listeners working differently.
* Switching to `Default` change detection, because the way embedded views are checked is slightly different.
* Using `descendants: true` to find the nested node outlet in order to handle a slight difference in how indirect content children are matched.
@mmalerba mmalerba added the target: patch This PR is targeted for the next patch release label Mar 18, 2019
mmalerba pushed a commit that referenced this pull request Mar 18, 2019
Reworks the `MatTree` and `CdkTree` components to account for some of the changes in Ivy. This includes:

* Changing the padding directive to account for a different time at which static inputs are initialized.
* Changing the toggle directive to account for inheritance of host listeners working differently.
* Switching to `Default` change detection, because the way embedded views are checked is slightly different.
* Using `descendants: true` to find the nested node outlet in order to handle a slight difference in how indirect content children are matched.
mmalerba pushed a commit that referenced this pull request Mar 18, 2019
Reworks the `MatTree` and `CdkTree` components to account for some of the changes in Ivy. This includes:

* Changing the padding directive to account for a different time at which static inputs are initialized.
* Changing the toggle directive to account for inheritance of host listeners working differently.
* Switching to `Default` change detection, because the way embedded views are checked is slightly different.
* Using `descendants: true` to find the nested node outlet in order to handle a slight difference in how indirect content children are matched.
@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 Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes PR author has agreed to Google's Contributor License Agreement P2 The issue is important to a large percentage of users, with a workaround target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants