-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(cdk/tree): deprecate old TreeControl-based APIs #26585
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
Closed
BobobUnicorn
wants to merge
27
commits into
angular:cdk-tree-revamp
from
BobobUnicorn:cdk-tree-redesign-deprecate
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7c4c7dc
feat(cdk/tree): add demos to the dev-app
BobobUnicorn 7835cdb
feat(cdk/tree): add flat-node with levelAccessor example to the demo
BobobUnicorn 25cde66
feat(cdk/tree): move new demos to cdk-tree-redesign dir
BobobUnicorn 06d47b0
fix(cdk/tree): fix unused error
BobobUnicorn 66185a3
feat(cdk/tree): move demos back to their own dirs
BobobUnicorn cb105ae
fix(cdk/tree): address review comments
BobobUnicorn df29768
feat(cdk/tree): use _getDirectChildren method in nested node
BobobUnicorn 3bbe6dd
feat(cdk/tree): add cache of nodes to the tree
BobobUnicorn c1025ec
fix(cdk/tree): fix cherry-pick errors
BobobUnicorn 0befab7
feat(cdk/tree): add translation layer for nested nodes using levelAcc…
BobobUnicorn 3be6e7c
feat(cdk/tree): add example with nested nodes & level accessor
BobobUnicorn 015aef9
feat(cdk/tree): fix examples
BobobUnicorn 4d60467
feat(cdk/tree): add example with flat nodes & childrenAccessor
BobobUnicorn 1bb07d1
feat(cdk/tree): flatten data that uses childrenAccessor
BobobUnicorn c00f697
fix(cdk/tree): fix padding not showing for `childrenAccessor` trees
BobobUnicorn fe30c2b
fix(cdk/tree): fix flat tree demo
BobobUnicorn 46cb0a7
fix(cdk/tree): convert generator function to return a regular array i…
BobobUnicorn 97ae28d
fix(cdk/tree): fix build error
BobobUnicorn 1f056cc
feat(cdk/tree): update API goldens
BobobUnicorn dd5c4c2
fix(cdk/tree): fix some failing tests, one remaining
BobobUnicorn 8c4132d
fix(cdk/tree): fix test errors and children conversion; also make `re…
BobobUnicorn 94cd73b
fix(cdk/tree): update api goldens
BobobUnicorn bdbd7dd
fix(cdk/tree): fix lint errors
BobobUnicorn be9e185
feat(cdk/tree): deprecate the TreeControl APIs
BobobUnicorn ba562c3
fix(cdk/tree): also update flat level accessor example
BobobUnicorn 74ef3a5
fix(cdk/tree): update API goldens
BobobUnicorn 841edb2
feat(cdk/tree): add a translation function to the tree to get children
BobobUnicorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.